mirror of
https://github.com/ARMSX2/ARMSX2.git
synced 2026-08-24 16:50:16 -07:00
OSD: Correct region2 parameter offset.
This commit is contained in:
@@ -979,7 +979,7 @@ void SYSCALL()
|
||||
|
||||
cdvdReadLanguageParams(params);
|
||||
|
||||
u32 osdconf2 = (u32)((params[3] & 0x78) << 1); // Daylight Savings, 24hr clock, Date format
|
||||
u32 osdconf2 = (((u32)params[3] & 0x78) << 9); // Daylight Savings, 24hr clock, Date format
|
||||
|
||||
memWrite32(memaddr, osdconf2);
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user