diff --git a/rpcsx/gpu/Device.cpp b/rpcsx/gpu/Device.cpp index 2832bea82..f3b944b17 100644 --- a/rpcsx/gpu/Device.cpp +++ b/rpcsx/gpu/Device.cpp @@ -952,16 +952,6 @@ void Device::waitForIdle() { } } - for (auto &pipe : computePipes) { - for (auto &queue : pipe.queues) { - for (auto &ring : queue) { - if (ring.wptr != ring.rptr) { - allProcessed = false; - } - } - } - } - if (allProcessed) { break; }