blob: 5aaf1a1fa5ce0649af21bb0e94047c5cbfc4725c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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>
|