MathewWi / open-wiiflow-mod

Automatically exported from code.google.com/p/open-wiiflow-mod
0 stars 0 forks source link

Avoid reloading the IOS repeatedly #153

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Switch to the emuNAND coverflow
2. Switch to something else

What is the expected output? What happend instead?
Basically, an IOS reload makes the WiiMote disconnect briefly. That's what I'd 
like to avoid. Once you reload to a cIOS for emuNAND there's no real need to 
switch back to IOS58 UNTIL actually running homebrew, a plugin, or Devolution. 
Limiting it to just ONE reload would make the WiiMote disconnect less often.

Another solution I see to this is to just read the emuNAND folder names 
directly off the hard drive from IOS58 instead and not reload to a cIOS until 
you launch one (like we currently do with Wii games)

Original issue reported on code.google.com by maxternal on 30 Nov 2012 at 3:17

GoogleCodeExporter commented 9 years ago
The second solution would be quite good, may I'll look into it today...

Original comment by fix94.1 on 8 Dec 2012 at 11:08

GoogleCodeExporter commented 9 years ago
Also, doesn't reloading to a cIOS make you loose the AHBPROT patch anyway? Even 
switching back won't get that back.

Original comment by maxternal on 21 Dec 2012 at 4:54

GoogleCodeExporter commented 9 years ago
I'm patching the IOS before reloading into a cIOS to ignore the AHBPROT 
settings of the next loaded IOS so we always keep AHBPROT no matter how often 
we reload.

Original comment by fix94.1 on 21 Dec 2012 at 5:51

GoogleCodeExporter commented 9 years ago
Very nice.

Original comment by maxternal on 21 Dec 2012 at 6:08

GoogleCodeExporter commented 9 years ago

Original comment by fix94.1 on 24 Mar 2013 at 1:13