*Little change

This commit is contained in:
dimok321 2009-06-02 22:30:48 +00:00
parent 40e534cb53
commit e7c1d44afd

View File

@ -248,7 +248,10 @@ s32 Apploader_Run(entry_point *entry, u8 cheat, u8 videoSelected, u8 vipatch, u8
appldr_entry(&appldr_init, &appldr_main, &appldr_final);
/* Initialize apploader */
appldr_init(__noprint);
appldr_init(__noprint);
/* ERROR 002 fix (thanks to WiiPower for sharing this)*/
*(u32 *)0x80003140 = *(u32 *)0x80003188;
if (cheat)
{
@ -320,9 +323,6 @@ s32 Apploader_Run(entry_point *entry, u8 cheat, u8 videoSelected, u8 vipatch, u8
if(patchcountrystring == 1)
PatchCountryStrings(dst, len);
/* ERROR 002 fix (thanks to WiiPower for sharing this)*/
*(u32 *)0x80003140 = *(u32 *)0x80003188;
DCFlushRange(dst, len);
}
/* Set entry point from apploader */