Skip to content

Commit

Permalink
set need_fullpath to true, avoid loading unused roms in retroarch
Browse files Browse the repository at this point in the history
  • Loading branch information
ToadKing committed Aug 28, 2012
1 parent f0d64ec commit f25bd3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libretro/libretro.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ void retro_set_environment(retro_environment_t cb)

void retro_get_system_info(struct retro_system_info *info)
{
info->need_fullpath = false;
info->need_fullpath = true;
info->valid_extensions = "gba|GBA|zip|ZIP";
info->library_version = "v1.0.2";
info->library_name = "VBA Next";
Expand Down

0 comments on commit f25bd3c

Please sign in to comment.