mirror of https://github.com/bsnes-emu/bsnes.git
Corrected valid extensions to fix archive loading of GB/GBC
This commit is contained in:
parent
9ef085fb06
commit
366a20386c
bsnes/target-libretro
|
@ -533,7 +533,7 @@ RETRO_API void retro_get_system_info(retro_system_info *info)
|
||||||
info->library_name = "bsnes";
|
info->library_name = "bsnes";
|
||||||
info->library_version = Emulator::Version;
|
info->library_version = Emulator::Version;
|
||||||
info->need_fullpath = true;
|
info->need_fullpath = true;
|
||||||
info->valid_extensions = "smc|sfc";
|
info->valid_extensions = "smc|sfc|gb|gbc";
|
||||||
info->block_extract = false;
|
info->block_extract = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue