mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 21:41:26 +12:00
squeue_t updated
This commit is contained in:
parent
fd06f70387
commit
4dae27c1d4
6 changed files with 58 additions and 25 deletions
|
@ -717,7 +717,7 @@ void waiter_map_t::notify(u64 signal_id)
|
|||
}
|
||||
}
|
||||
|
||||
bool squeue_test_exit(const volatile bool* do_exit)
|
||||
bool squeue_test_exit()
|
||||
{
|
||||
return Emu.IsStopped() || (do_exit && *do_exit);
|
||||
return Emu.IsStopped();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue