Skip to content

Commit

Permalink
Merge pull request #34 from libretro/revert-33-need_fullpath
Browse files Browse the repository at this point in the history
Revert "Fix need_fullpath value in libretro API"
  • Loading branch information
inactive123 authored Jul 5, 2018
2 parents 08f4a3a + 05948ab commit a4220f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libretro.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit a4220f2

Please sign in to comment.