mirror of
https://github.com/RPCSX/rpcsx.git
synced 2025-02-17 00:57:56 +00:00
gpu: do not wait for compute pipes
This commit is contained in:
parent
70b312398f
commit
9da9200cf4
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user