Bug fixed

This commit is contained in:
Nekotekina 2014-08-31 21:13:21 +04:00
parent 96d7034c96
commit 06486b6537
1 changed files with 1 additions and 1 deletions

View File

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