libretro: remove unnecessary file extensions

This commit is contained in:
OV2 2013-05-01 13:15:05 +02:00
parent 987f13b5c6
commit 532a76ddc0
1 changed files with 1 additions and 1 deletions
libretro

View File

@ -77,7 +77,7 @@ void retro_get_system_info(struct retro_system_info *info)
info->library_name = "SNES9x";
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->block_extract = false;
}