mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-06 15:01:28 +12:00
Restore thread counter (world may be not ready yet)
Remove dumb 1300ms timeout.
This commit is contained in:
parent
cd40bc8c61
commit
7eebe06931
4 changed files with 19 additions and 3 deletions
|
@ -630,9 +630,6 @@ void cpu_thread::stop_all() noexcept
|
|||
std::this_thread::sleep_for(10ms);
|
||||
}
|
||||
|
||||
// Workaround for remaining threads (TODO)
|
||||
std::this_thread::sleep_for(1300ms);
|
||||
|
||||
sys_log.notice("All CPU threads have been stopped.");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue