libretro / libretro-chailove

:heart: 2D Game Framework with ChaiScript
https://raw.githack.com/libretro/libretro-chailove/docs/index.html
MIT License
70 stars 22 forks source link

Switch straight file I/O to VFS #415

Closed phcoder closed 2 years ago

phcoder commented 2 years ago

This is needed for future use of e.g. Android storage SDK and windows UWP

RobLoach commented 2 years ago

The altnerative would be to port all the file system functions over to using VFS instead https://github.com/libretro/libretro-chailove/blob/master/src/love/filesystem.cpp

phcoder commented 2 years ago

The altnerative would be to port all the file system functions over to using VFS instead https://github.com/libretro/libretro-chailove/blob/master/src/love/filesystem.cpp

I don't feel like rewriting this file. If you want to do it, be my guest