mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-07 23:41:26 +12:00
Bugfix
This commit is contained in:
parent
fd7da9d61a
commit
9a02add930
3 changed files with 30 additions and 44 deletions
|
@ -338,8 +338,7 @@ void CPUThread::Task()
|
|||
}
|
||||
|
||||
Step();
|
||||
//if (PC - 0x13ED4 < 0x288) trace.push_back(PC);
|
||||
if (m_trace_enabled) trace.push_back(PC);
|
||||
//if (m_trace_enabled) trace.push_back(PC);
|
||||
NextPc(m_dec->DecodeMemory(PC + m_offset));
|
||||
|
||||
if (status == CPUThread_Step)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue