mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 19:45:20 +00:00
Bug fixed
This commit is contained in:
parent
96d7034c96
commit
06486b6537
1 changed files with 1 additions and 1 deletions
|
@ -364,7 +364,7 @@ void Emulator::Load()
|
|||
|
||||
auto ppu_thr_stop_data = vm::ptr<be_t<u32>>::make(m_ppu_thr_stop);
|
||||
ppu_thr_stop_data[0] = SC(4);
|
||||
ppu_thr_exit_data[1] = BCLR(0x10 | 0x04, 0, 0, 0);
|
||||
ppu_thr_stop_data[1] = BCLR(0x10 | 0x04, 0, 0, 0);
|
||||
|
||||
Memory.Write64(Memory.PRXMem.AllocAlign(0x10000), 0xDEADBEEFABADCAFE);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue