Revert "Fix need_fullpath value in libretro API"

This commit is contained in:
Twinaphex 2018-07-05 03:09:09 +02:00 committed by GitHub
parent 08f4a3adb6
commit 05948ab354
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}