mirror of
https://github.com/libretro/beetle-gba-libretro.git
synced 2024-11-23 08:19:57 +00:00
Revert "Fix need_fullpath value in libretro API"
This commit is contained in:
parent
08f4a3adb6
commit
05948ab354
@ -3960,7 +3960,7 @@ void retro_get_system_info(struct retro_system_info *info)
|
||||
#define GIT_VERSION ""
|
||||
#endif
|
||||
info->library_version = MEDNAFEN_CORE_VERSION GIT_VERSION;
|
||||
info->need_fullpath = true;
|
||||
info->need_fullpath = false;
|
||||
info->valid_extensions = MEDNAFEN_CORE_EXTENSIONS;
|
||||
info->block_extract = false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user