mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-12-23 10:21:55 +01:00
*Little change
This commit is contained in:
parent
40e534cb53
commit
e7c1d44afd
@ -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);
|
appldr_entry(&appldr_init, &appldr_main, &appldr_final);
|
||||||
|
|
||||||
/* Initialize apploader */
|
/* Initialize apploader */
|
||||||
appldr_init(__noprint);
|
appldr_init(__noprint);
|
||||||
|
|
||||||
|
/* ERROR 002 fix (thanks to WiiPower for sharing this)*/
|
||||||
|
*(u32 *)0x80003140 = *(u32 *)0x80003188;
|
||||||
|
|
||||||
if (cheat)
|
if (cheat)
|
||||||
{
|
{
|
||||||
@ -320,9 +323,6 @@ s32 Apploader_Run(entry_point *entry, u8 cheat, u8 videoSelected, u8 vipatch, u8
|
|||||||
if(patchcountrystring == 1)
|
if(patchcountrystring == 1)
|
||||||
PatchCountryStrings(dst, len);
|
PatchCountryStrings(dst, len);
|
||||||
|
|
||||||
/* ERROR 002 fix (thanks to WiiPower for sharing this)*/
|
|
||||||
*(u32 *)0x80003140 = *(u32 *)0x80003188;
|
|
||||||
|
|
||||||
DCFlushRange(dst, len);
|
DCFlushRange(dst, len);
|
||||||
}
|
}
|
||||||
/* Set entry point from apploader */
|
/* Set entry point from apploader */
|
||||||
|
Loading…
Reference in New Issue
Block a user