summaryrefslogtreecommitdiffstats
path: root/abs/extra/community/dolphin-emu/dolphin-emu.xml
diff options
context:
space:
mode:
authorCecil <knoppmyth@gmail.com>2012-06-10 09:20:22 (GMT)
committerCecil <knoppmyth@gmail.com>2012-06-10 09:20:22 (GMT)
commit2a94d52b081284e7f8165948fae50b3efabcd625 (patch)
treeffde052c683f889fc73b1865c0ce1d4c3722927e /abs/extra/community/dolphin-emu/dolphin-emu.xml
parent5011a58602b07baa129e2df183f7e0bb8996f092 (diff)
downloadlinhes_pkgbuild-2a94d52b081284e7f8165948fae50b3efabcd625.zip
linhes_pkgbuild-2a94d52b081284e7f8165948fae50b3efabcd625.tar.gz
linhes_pkgbuild-2a94d52b081284e7f8165948fae50b3efabcd625.tar.bz2
dolphin-emu:Added menu entry for Dolphin. Added script that parse directory to create menu entry for games.
Diffstat (limited to 'abs/extra/community/dolphin-emu/dolphin-emu.xml')
-rw-r--r--abs/extra/community/dolphin-emu/dolphin-emu.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/abs/extra/community/dolphin-emu/dolphin-emu.xml b/abs/extra/community/dolphin-emu/dolphin-emu.xml
new file mode 100644
index 0000000..5aaf1a1
--- /dev/null
+++ b/abs/extra/community/dolphin-emu/dolphin-emu.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<mythmenu name="GAME">
+
+ <button>
+ <type>GAME</type>
+ <text>Scan for games</text>
+ <description></description>
+ <action>EXEC /usr/LH/bin/dolphin-emu_scan.sh</action>
+ </button>
+
+ <button>
+ <type>GAME</type>
+ <text>Play Dolphin Games</text>
+ <description>Play video games</description>
+ <action>MENU dolphin-emu_games.xml</action>
+ </button>
+
+</mythmenu>