<system>
<name>rgbux</name>
<fullname>rgbux</fullname>
<path>/opt/RGBux/frontend/menu/</path>
<extension>.py .bash .sh</extension>
<command>/opt/RGBux/frontend/launchers/run_shell.sh %ROM%</command>
<platform>rgbux</platform>
<theme>rgbux</theme>
<string name="Folderviewmode" value="always" />
</system>
<system>
<name>downloads</name>
<fullname>downloads</fullname>
<path>/opt/systems/downloads/</path>
<extension>.py .bash .sh</extension>
<command>/opt/RGBux/frontend/launchers/run_shell.sh %ROM%</command>
<platform>downloads</platform>
<theme>downloads</theme>
<string name="Folderviewmode" value="always" />
</system>
menu_dh.show()
#selected = menu_h.run()[0]
#When gamepads are not properly indexed in pygame
#polling the events crashes.
try:
result, dChoice = menu_dh.run(offset,pos)
except:
result = 69
result=[0,False]
dChoice=False
code = show_launch_config(monitor, horizontal, vertical, vfreq, system, game, special, ps2boot)
code = 0