(Pandora) Update launcher script's file extension filters for PCSX (and FBA)

This commit is contained in:
Darren 2012-08-02 21:16:29 -04:00
parent 23c3aa5eda
commit 21e58c797c

View File

@ -22,15 +22,18 @@ case "$BACKEND" in
libretro-gambatte.so)
FILTER='GBC (*.gb; *.gbc)|*.gb *.gbc'
;;
libretro-meteor.so | libretro-vba.so )
libretro-meteor.so | libretro-vba.so)
FILTER='GBA (*.gba)|*.gba'
;;
libretro-imame4all.so) # does libretro-fba.so belong here?
libretro-imame4all.so | libretro-fba.so)
FILTER='Arcade (*.zip)|*.zip'
;;
libretro-genplus.so)
FILTER='Genesis/MegaDrive (*.md; *.gen)|*.md *.gen'
;;
libretro-pcsx-rearmed.so)
FILTER='Disc image (*.iso; *.bin; *.img)|*.iso *.bin *.img'
;;
libretro-prboom.so)
FILTER='Doom (*.wad)|*.wad'
;;