Corrected valid extensions to fix archive loading of GB/GBC

This commit is contained in:
Sanaki 2020-06-20 02:45:50 -07:00 committed by Screwtapello
parent 9ef085fb06
commit 366a20386c
1 changed files with 1 additions and 1 deletions

View File

@ -533,7 +533,7 @@ RETRO_API void retro_get_system_info(retro_system_info *info)
info->library_name = "bsnes";
info->library_version = Emulator::Version;
info->need_fullpath = true;
info->valid_extensions = "smc|sfc";
info->valid_extensions = "smc|sfc|gb|gbc";
info->block_extract = false;
}