diff options
| -rw-r--r-- | src/yuzu/bootmanager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/bootmanager.cpp b/src/yuzu/bootmanager.cpp index a4b89eed8..9d5044b8f 100644 --- a/src/yuzu/bootmanager.cpp +++ b/src/yuzu/bootmanager.cpp | |||
| @@ -394,7 +394,7 @@ void GRenderWindow::InitRenderTarget() { | |||
| 394 | context->setShareContext(shared_context.get()); | 394 | context->setShareContext(shared_context.get()); |
| 395 | context->setFormat(fmt); | 395 | context->setFormat(fmt); |
| 396 | context->create(); | 396 | context->create(); |
| 397 | fmt.setSwapInterval(false); | 397 | fmt.setSwapInterval(0); |
| 398 | 398 | ||
| 399 | child = new GGLWidgetInternal(this, shared_context.get()); | 399 | child = new GGLWidgetInternal(this, shared_context.get()); |
| 400 | container = QWidget::createWindowContainer(child, this); | 400 | container = QWidget::createWindowContainer(child, this); |