libretro-lutro icon indicating copy to clipboard operation
libretro-lutro copied to clipboard

File System and PhysFS

Open RobLoach opened this issue 8 years ago • 3 comments

Parts of Love use PhysFS to handle loading files from different places. We could likely bring this in to make loading files across a few places a lot easier.

RobLoach avatar Jun 25 '16 14:06 RobLoach

Created the physfs branch, which brings physfs in, and attempts to use it somewhere. Needs some work.

RobLoach avatar Jul 28 '16 15:07 RobLoach

Would this allow the lutro core to load the files from the game.lutro zips directly without the need to unzip everything on disk first? that would be cool.

The lutro files can't be loaded from some devices, such as Android, where the write access to disk might be limited.

Ferk avatar Sep 17 '16 18:09 Ferk

Would this allow the lutro core to load the files from the game.lutro zips directly without the need to unzip everything on disk first?

Yup!

RobLoach avatar Sep 18 '16 01:09 RobLoach