mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-14 02:38:37 +12:00
cellGameContentPermit: extremely DANGEROUS bug fixed
And few tiny changes.
This commit is contained in:
parent
a7e659abd1
commit
9fc7197c4f
9 changed files with 64 additions and 33 deletions
|
@ -202,7 +202,7 @@ u64 PPUThread::FastCall2(u32 addr, u32 rtoc)
|
|||
m_status = Running;
|
||||
PC = addr;
|
||||
GPR[2] = rtoc;
|
||||
LR = Emu.m_ppu_thr_stop;
|
||||
LR = Emu.m_cpu_thr_stop;
|
||||
SetCurrentNamedThread(this);
|
||||
|
||||
CPUThread::Task();
|
||||
|
@ -288,4 +288,4 @@ ppu_thread& ppu_thread::gpr(uint index, u64 value)
|
|||
static_cast<PPUThread*>(thread)->GPR[index] = value;
|
||||
|
||||
return *this;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue