mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 16:31:28 +12:00
CHECK_EMU_STATUS removal
This commit is contained in:
parent
bf6854d121
commit
246b9f3182
16 changed files with 17 additions and 68 deletions
|
@ -20,8 +20,6 @@
|
|||
|
||||
#include <cmath>
|
||||
#include <cfenv>
|
||||
#include <thread>
|
||||
#include <mutex>
|
||||
|
||||
extern u64 get_timebased_time();
|
||||
|
||||
|
@ -1061,7 +1059,7 @@ bool SPUThread::stop_and_signal(u32 code)
|
|||
{
|
||||
case 0x001:
|
||||
{
|
||||
std::this_thread::sleep_for(1ms); // hack
|
||||
thread_ctrl::wait_for(1000); // hack
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue