libretro / gambatte-libretro

Hard fork of Gambatte to the libretro API.
http://sourceforge.net/projects/gambatte/
GNU General Public License v2.0
105 stars 79 forks source link

Replace direct file access with VFS routines + clean-ups #203

Closed jdgleaver closed 3 years ago

jdgleaver commented 3 years ago

While the core already uses the VFS, the loading of custom palette files is performed via direct file access. This PR ensures that the VFS is used in all cases.

In addition, this PR