diff --git a/src/xenia/gpu/gl4/command_processor.cc b/src/xenia/gpu/gl4/command_processor.cc index 3c48d7d5f..6f2dd422c 100644 --- a/src/xenia/gpu/gl4/command_processor.cc +++ b/src/xenia/gpu/gl4/command_processor.cc @@ -429,7 +429,6 @@ void CommandProcessor::PrepareForWait() { // make interrupt callbacks from the GPU so that we don't have to do a full // synchronize here. glFlush(); - glFinish(); if (FLAGS_thread_safe_gl) { context_->ClearCurrent();