mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +00:00
Linux: use futex_waitv syscall for atomic waiting
In order to make this possible, some unnecessary features were removed.
This commit is contained in:
parent
831a9fe012
commit
d34287b2cc
51 changed files with 441 additions and 574 deletions
|
|
@ -2477,8 +2477,8 @@ s32 _spurs::add_workload(ppu_thread& ppu, vm::ptr<CellSpurs> spurs, vm::ptr<u32>
|
|||
spurs_res += 127;
|
||||
spurs_res2 += 127;
|
||||
|
||||
spurs_res.notify_all(-128);
|
||||
spurs_res2.notify_all(-128);
|
||||
spurs_res.notify_all();
|
||||
spurs_res2.notify_all();
|
||||
|
||||
u32 res_wkl;
|
||||
const auto wkl = &spurs->wklInfo(wnum);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue