mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-12-23 18:31:56 +01:00
*Little change
This commit is contained in:
parent
40e534cb53
commit
e7c1d44afd
@ -250,6 +250,9 @@ s32 Apploader_Run(entry_point *entry, u8 cheat, u8 videoSelected, u8 vipatch, u8
|
|||||||
/* 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)
|
||||||
{
|
{
|
||||||
/*HOOKS STUFF - FISHEARS*/
|
/*HOOKS STUFF - FISHEARS*/
|
||||||
@ -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