mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 06:26:49 +00:00
rsx: Improve balancing of the offloader thread
- Use two counters to avoid atomic operations - Yield instead of sleeping because some games are very sensitive to timing
This commit is contained in:
parent
8249d51aa8
commit
4ff77a8555
4 changed files with 29 additions and 13 deletions
|
|
@ -1797,7 +1797,7 @@ bool spu_thread::process_mfc_cmd()
|
|||
break;
|
||||
}
|
||||
|
||||
thread_ctrl::wait_for(100);
|
||||
thread_ctrl::wait_for(500);
|
||||
}
|
||||
|
||||
if (test_stopped())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue