VanHagar5150 / yawmm

Automatically exported from code.google.com/p/yawmm
GNU General Public License v2.0
0 stars 0 forks source link

How to resolve a YAWMM's bug #13

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi
Some month ago I translated your YAWMM in Italian, and I found a bug: if you 
select (for example) <IOS247>, YAWMM does not work and you usually recive the 
DSI Error.
Today I resolve this bug, changing this in the main.c:

                /* Shutdown subsystems */
                Wpad_Disconnect();

                printf("\tLoading IOS%d...\n", version);
                sleep(1);

                /* Load IOS */
                ret = IOS_ReloadIOS(version);

from:

                /* Shutdown subsystems */
                Wpad_Disconnect();
                //mload_close();

                /* Load IOS */

                if(!loadIOS(version)) Wpad_Init(), Menu_SelectIOS();

Bye

@ xFlak: good work with your ModMii!

Original issue reported on code.google.com by ZRicky11 on 18 Jun 2011 at 3:45

GoogleCodeExporter commented 8 years ago
Anyone wants to fix this?
So that's YAWMM r26!
http://yawmmi.googlecode.com/files/YAWMM%20r26.zip
enjoy ;)

Original comment by ZRicky11 on 27 Jun 2011 at 5:23