mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 00:20:01 +00:00
(Pandora) add *.smc to the launcher script for SNES cores
This commit is contained in:
parent
3c8b0b3d50
commit
42389d32f1
@ -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"/>
|
||||
|
||||
|
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user