mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-22 19:29:18 +01:00
*Forgot to remove a thing and change browser value
This commit is contained in:
parent
4ca4ab1061
commit
71e9fe1169
@ -1671,7 +1671,7 @@ int GameSettings(struct discHdr * header)
|
|||||||
strncat(gameName, "...", 3);
|
strncat(gameName, "...", 3);
|
||||||
}
|
}
|
||||||
|
|
||||||
customOptionList options3(8);
|
customOptionList options3(9);
|
||||||
options3.SetName(0,"%s", LANGUAGE.VideoMode);
|
options3.SetName(0,"%s", LANGUAGE.VideoMode);
|
||||||
options3.SetName(1,"%s", LANGUAGE.VIDTVPatch);
|
options3.SetName(1,"%s", LANGUAGE.VIDTVPatch);
|
||||||
options3.SetName(2,"%s", LANGUAGE.Language);
|
options3.SetName(2,"%s", LANGUAGE.Language);
|
||||||
|
@ -23,8 +23,8 @@ static char gameid[8];
|
|||||||
|
|
||||||
void __Disc_SetLowMem(void)
|
void __Disc_SetLowMem(void)
|
||||||
{
|
{
|
||||||
*(vu32 *)0x80000020 = 0x0D15EA5E; // System Magic
|
//*(vu32 *)0x80000020 = 0x0D15EA5E; // System Magic
|
||||||
*(vu32 *)0x80000024 = 0x00000001; // Version
|
//*(vu32 *)0x80000024 = 0x00000001; // Version
|
||||||
|
|
||||||
*(vu32 *)0x80000030 = 0x00000000; // Arena Low
|
*(vu32 *)0x80000030 = 0x00000000; // Arena Low
|
||||||
*(vu32 *)0x800000F4 = 0x817E5480; // BI2
|
*(vu32 *)0x800000F4 = 0x817E5480; // BI2
|
||||||
@ -40,7 +40,7 @@ void __Disc_SetLowMem(void)
|
|||||||
memcpy((void *)0x80003180, (void *)0x80000000, 4);
|
memcpy((void *)0x80003180, (void *)0x80000000, 4);
|
||||||
|
|
||||||
/* Flush cache */
|
/* Flush cache */
|
||||||
DCFlushRange((void *)0x80000000, 0x17FFFFF);
|
DCFlushRange((void *)0x80000000, 0x3F00);
|
||||||
}
|
}
|
||||||
|
|
||||||
void __Disc_SetVMode(u8 videoselected)
|
void __Disc_SetVMode(u8 videoselected)
|
||||||
|
Loading…
Reference in New Issue
Block a user