(Pandora) add *.smc to the launcher script for SNES cores

This commit is contained in:
Darren 2012-09-18 17:26:51 -04:00
parent 3c8b0b3d50
commit 42389d32f1
2 changed files with 6 additions and 6 deletions

View File

@ -8,7 +8,7 @@
<author name="lifning" website="http://libretro.org/"/>
<version major="0" minor="9" release="7" build="1" type="beta"/>
<version major="0" minor="9" release="7" build="2" type="beta"/>
<titles>
<title lang="en_US">RetroArch</title>
@ -63,7 +63,7 @@
<application id="retroarch.lifning.001" appdata="retroarch">
<application id="retroarch.lifning.002" appdata="retroarch">
<exec command="scripts/retroarch-phoenix.sh"/>

View File

@ -17,10 +17,10 @@ case "${BACKEND}" in
FILTER='NES (*.nes)|*.nes'
;;
libretro-pocketsnes.so | libretro-snes9x*.so | libretro-bsnes*.so)
FILTER='SNES (*.sfc)|*.sfc'
FILTER='SNES (*.sfc; *.smc)|*.sfc *.smc'
;;
libretro-gambatte.so)
FILTER='GBC (*.gb; *.gbc)|*.gb *.gbc'
FILTER='GBC (*.gb; *.gbc; *.sgb)|*.gb *.gbc *.sgb'
;;
libretro-meteor.so | libretro-vba.so | libretro-gpsp.so)
FILTER='GBA (*.gba)|*.gba'
@ -31,8 +31,8 @@ case "${BACKEND}" in
libretro-genplus.so)
FILTER='Genesis/MegaDrive/SegaCD (*.md; *.gen; *.bin; *.iso)|*.md *.gen *.bin *.iso'
;;
libretro-pcsx-rearmed.so)
FILTER='Disc image (*.iso; *.bin; *.img)|*.iso *.bin *.img'
libretro-pcsx-rearmed.so | libretro-yabause.so)
FILTER='Disc image (*.iso; *.bin; *.img; *.cue)|*.iso *.bin *.img *.cue'
;;
libretro-prboom.so)
FILTER='Doom (*.wad)|*.wad'