I'm trying to get my head around how to get the runcommand to load the Wii menu from a script, similar to the +start_scummvm.sh script rather than running the script as a rom?
This code here is how I load the Wii menu at the moment:-
wii_menu = "XINIT:/opt/retropie/emulators/dolphin/bin/dolphin-emu-nogui -n 0000000100000002"But at the moment I've only figured out how to use that selecting at the run command menu. But ideally I'd like to set something up so I can select it from the Rom menu.
Anyone done something like that already? Or got any good tips on getting that script working?