<?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>