mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-09 08:25:16 +00:00
Fix conflicts.
This commit is contained in:
parent
c09b0f511e
commit
9816ec3aa0
35 changed files with 99 additions and 103 deletions
|
|
@ -220,7 +220,8 @@ struct WaitDumperThread : public ThreadBase
|
|||
{
|
||||
for(uint i=0; i<cores; i++)
|
||||
{
|
||||
while(done[i] == false) Sleep(1);
|
||||
while(done[i] == false)
|
||||
std::this_thread::sleep_for(std::chrono::milliseconds(1));
|
||||
}
|
||||
|
||||
LOG_NOTICE(HLE, "Saving dump is started!");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue