mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-06 15:01:28 +12:00
Loader fixed
This commit is contained in:
parent
3f3873ceb5
commit
1f2eafc4f2
7 changed files with 107 additions and 87 deletions
|
@ -73,7 +73,7 @@ void PPUThread::InitRegs()
|
|||
//GPR[12] = Emu.GetMallocPageSize();
|
||||
GPR[13] = ppu_get_tls(GetId()) + 0x7000; // 0x7000 is usually subtracted from r13 to access first TLS element (details are not clear)
|
||||
|
||||
LR = Emu.GetCPUThreadExit();
|
||||
LR = 0;
|
||||
CTR = PC;
|
||||
CR.CR = 0x22000082;
|
||||
VSCR.NJ = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue