mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-01-17 12:48:23 +01:00
Corrected valid extensions to fix archive loading of GB/GBC
This commit is contained in:
parent
9ef085fb06
commit
366a20386c
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user