diff --git a/pandora/PXML.xml b/pandora/PXML.xml
index b9e0aae4ee..6387d5a65b 100644
--- a/pandora/PXML.xml
+++ b/pandora/PXML.xml
@@ -8,7 +8,7 @@
-
+
RetroArch
@@ -63,7 +63,7 @@
-
+
diff --git a/pandora/scripts/retroarch.sh b/pandora/scripts/retroarch.sh
index eee64c095a..2fd9a5d2e0 100755
--- a/pandora/scripts/retroarch.sh
+++ b/pandora/scripts/retroarch.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'