mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 06:55:09 +00:00
PPU: Notify SPUs while waiting for its own state
This commit is contained in:
parent
a4ea71d18f
commit
b4505600c7
3 changed files with 25 additions and 0 deletions
|
|
@ -387,6 +387,9 @@ namespace vm
|
|||
ok = false;
|
||||
}
|
||||
|
||||
// Do some CPU work
|
||||
cpu.cpu_wait(+cpu_flag::exit);
|
||||
|
||||
if (!ok || cpu.state & cpu_flag::memory)
|
||||
{
|
||||
for (u64 i = 0;; i++)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue