mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 06:55:09 +00:00
Some bugs fixed
ARMv7 partially restored
This commit is contained in:
parent
1568930da6
commit
697b699873
8 changed files with 53 additions and 29 deletions
|
|
@ -112,7 +112,7 @@ void ARMv7Thread::FastCall(u32 addr)
|
|||
|
||||
m_status = Running;
|
||||
PC = addr;
|
||||
LR = Emu.m_cpu_thr_stop;
|
||||
LR = Emu.GetCPUThreadStop();
|
||||
SetCurrentNamedThread(this);
|
||||
|
||||
CPUThread::Task();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue