pincushionman / cfg-loader

Automatically exported from code.google.com/p/cfg-loader
0 stars 0 forks source link

"Return to Wii Menu" button returns to the USB Loader instead of Wii Menu #196

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I don't know if this is a default on the program, but it has been happening to 
both the USB app and any game forwarder channel I install. How can you set it 
to the Wii Menu instead of returning to the app. If I have a game forwarder, it 
just resets the game again.

Original issue reported on code.google.com by vigneshk...@gmail.com on 15 Nov 2011 at 9:31

GoogleCodeExporter commented 9 years ago
I have System Menu 4.1 along with cIOSes and IOSes updated thanks to ModMii.

Original comment by vigneshk...@gmail.com on 15 Nov 2011 at 9:32

GoogleCodeExporter commented 9 years ago
Install a wad of a forwarder for cfg, then use the ID of forwarder in 
config.txt like this:

return_to_channel = UCXF

Change UCXF with the code of your forwarder, if it's different (you can see it 
with priiloader, anytitledeleter and other).
In this way, when you use "wii menu" in the game, you'll back to the loader.

If you want to back to the homebrew channel instead, use this

return_to_channel = AF1BF516

(for HBC >=1.0.7)
or

return_to_channel = JODI

(for HBC <=1.0.6)

Original comment by massi.ca...@gmail.com on 13 Oct 2013 at 2:38