mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 08:51:28 +12:00
Little fix
This commit is contained in:
parent
2eafb235ba
commit
1dbbbc55f6
1 changed files with 1 additions and 1 deletions
|
@ -341,7 +341,7 @@ void CPUThread::Task()
|
|||
}
|
||||
|
||||
Step();
|
||||
//if (PC - 0x13ED4 < 0x288) trace.push_back(PC);
|
||||
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