From 21e58c797c5f443b48cdbd2b02dd4d7b7aed4ac7 Mon Sep 17 00:00:00 2001 From: Darren Date: Thu, 2 Aug 2012 21:16:29 -0400 Subject: [PATCH] (Pandora) Update launcher script's file extension filters for PCSX (and FBA) --- pandora/scripts/retroarch.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pandora/scripts/retroarch.sh b/pandora/scripts/retroarch.sh index 0a6e88fc49..4c2617b002 100755 --- a/pandora/scripts/retroarch.sh +++ b/pandora/scripts/retroarch.sh @@ -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' ;;