mirror of https://github.com/snes9xgit/snes9x.git
libretro: remove unnecessary file extensions
This commit is contained in:
parent
987f13b5c6
commit
532a76ddc0
|
@ -77,7 +77,7 @@ void retro_get_system_info(struct retro_system_info *info)
|
||||||
|
|
||||||
info->library_name = "SNES9x";
|
info->library_name = "SNES9x";
|
||||||
info->library_version = VERSION;
|
info->library_version = VERSION;
|
||||||
info->valid_extensions = "smc|sfc|zip|gz|swc|fig|jma";
|
info->valid_extensions = "smc|sfc|swc|fig";
|
||||||
info->need_fullpath = false;
|
info->need_fullpath = false;
|
||||||
info->block_extract = false;
|
info->block_extract = false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue