*Forgot to remove a thing and change browser value

This commit is contained in:
dimok321 2009-06-14 10:42:39 +00:00
parent 4ca4ab1061
commit 71e9fe1169
2 changed files with 4 additions and 4 deletions

View File

@ -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);

View File

@ -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)