libretro / beetle-ngp-libretro

Standalone port of Mednafen NGP to the libretro API, itself a fork of Neopop.
GNU General Public License v2.0
11 stars 43 forks source link

Make need_fullpath = false #51

Closed ghost closed 5 years ago

ghost commented 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.

inactive123 commented 5 years ago

Thanks for this!