mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Common: Update BlockingLoop to only use one atomic.
This merges two atomic<bool> into one atomic<int>. We did move the bit from one bool to another, now we can use operator--.
This commit is contained in:
@ -368,7 +368,7 @@ void RunGpuLoop()
|
||||
// don't release the GPU running state on sync GPU waits
|
||||
fifo.isGpuReadingData = !run_loop;
|
||||
}
|
||||
});
|
||||
}, 100);
|
||||
|
||||
AsyncRequests::GetInstance()->SetEnable(false);
|
||||
AsyncRequests::GetInstance()->SetPassthrough(true);
|
||||
|
Reference in New Issue
Block a user