mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 19:44:57 +00:00
Super Extended codehandler fix
This commit is contained in:
parent
a37820b2f8
commit
24f5d5e76b
1 changed files with 2 additions and 2 deletions
|
@ -212,9 +212,9 @@ static Installation InstallCodeHandlerLocked(const Core::CPUThreadGuard& guard)
|
|||
PowerPC::MMU::HostWrite_U32(guard, 0x00000000, addr);
|
||||
}
|
||||
PowerPC::MMU::HostWrite_U32(guard, ((codelist_base_address & 0xFFFF0000) >> 16) + 0x3DE00000,
|
||||
0x800018F8);
|
||||
0x80001904);
|
||||
PowerPC::MMU::HostWrite_U32(guard, (codelist_base_address & 0x0000FFFF) + 0x61EF0000,
|
||||
0x800018FC);
|
||||
0x80001908);
|
||||
}
|
||||
|
||||
// Write a magic value to 'gameid' (codehandleronly does not actually read this).
|
||||
|
|
Loading…
Add table
Reference in a new issue