summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/yuzu/bootmanager.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/yuzu/bootmanager.cpp b/src/yuzu/bootmanager.cpp
index 087ee8f93..ea55e68ba 100644
--- a/src/yuzu/bootmanager.cpp
+++ b/src/yuzu/bootmanager.cpp
@@ -393,6 +393,8 @@ void GRenderWindow::InitRenderTarget() {
393 BackupGeometry(); 393 BackupGeometry();
394 // show causes the window to actually be created and the gl context as well 394 // show causes the window to actually be created and the gl context as well
395 show(); 395 show();
396 // but we don't want the widget to be shown yet, so immediately hide it
397 hide();
396} 398}
397 399
398void GRenderWindow::CaptureScreenshot(u16 res_scale, const QString& screenshot_path) { 400void GRenderWindow::CaptureScreenshot(u16 res_scale, const QString& screenshot_path) {