mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 00:11:24 +12: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
|
@ -256,7 +256,7 @@ error_code cell_music_decode_read(vm::ptr<void> buf, vm::ptr<u32> startTime, u64
|
|||
{
|
||||
dec.read_pos = 0;
|
||||
dec.decoder.clear();
|
||||
dec.decoder.track_fully_consumed = true;
|
||||
dec.decoder.track_fully_consumed = 1;
|
||||
dec.decoder.track_fully_consumed.notify_one();
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue