From 06486b6537a72a3d11a6279c73777987cc177f19 Mon Sep 17 00:00:00 2001 From: Nekotekina Date: Sun, 31 Aug 2014 21:13:21 +0400 Subject: [PATCH] Bug fixed --- rpcs3/Emu/System.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpcs3/Emu/System.cpp b/rpcs3/Emu/System.cpp index 59f0103b94..54fbc033ec 100644 --- a/rpcs3/Emu/System.cpp +++ b/rpcs3/Emu/System.cpp @@ -364,7 +364,7 @@ void Emulator::Load() auto ppu_thr_stop_data = vm::ptr>::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); }