Closed ghost closed 5 years ago
Fixes https://github.com/libretro/beetle-ngp-libretro/issues/41
fullpath support can be set false or true quickly by compiling with LOAD_FROM_MEMORY=0 (makes need_fullpath = true for platforms that does not work with it false.)
need_fullpath = false is set by default.
Thanks for this!
Fixes https://github.com/libretro/beetle-ngp-libretro/issues/41
fullpath support can be set false or true quickly by compiling with LOAD_FROM_MEMORY=0 (makes need_fullpath = true for platforms that does not work with it false.)
need_fullpath = false is set by default.