libretro / libretro-lutro

An experimental lua game framework for libretro following the LÖVE API
https://lutro.libretro.com
MIT License
156 stars 45 forks source link

File System and PhysFS #72

Open RobLoach opened 8 years ago

RobLoach commented 8 years ago

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 commented 8 years ago

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

Ferk commented 8 years ago

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.

RobLoach commented 8 years ago

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!