mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 13:31:27 +12:00
Compilation fix
This commit is contained in:
parent
7613d749ec
commit
c305949435
2 changed files with 10 additions and 3 deletions
|
@ -302,3 +302,8 @@ void waiter_map_t::notify(u64 signal_id)
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
bool squeue_test_exit(const volatile bool* do_exit)
|
||||
{
|
||||
return Emu.IsStopped() || (do_exit && *do_exit);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue