From 195b37ca70a272bb50055d7893d995d073f3f47a Mon Sep 17 00:00:00 2001 From: Ben Vanik Date: Fri, 2 Jan 2015 02:52:29 -0800 Subject: [PATCH] Removing glFinish from pre-wait check. --- src/xenia/gpu/gl4/command_processor.cc | 1 - 1 file changed, 1 deletion(-) 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();