diff --git a/src/yuzu/bootmanager.cpp b/src/yuzu/bootmanager.cpp index 087ee8f93b4b30df8a30eb85d213976152d30e15..ea55e68bab834ff7ea42d3c0415aa06e7c311d0c 100644 --- a/src/yuzu/bootmanager.cpp +++ b/src/yuzu/bootmanager.cpp @@ -393,6 +393,8 @@ void GRenderWindow::InitRenderTarget() { BackupGeometry(); // show causes the window to actually be created and the gl context as well show(); + // but we don't want the widget to be shown yet, so immediately hide it + hide(); } void GRenderWindow::CaptureScreenshot(u16 res_scale, const QString& screenshot_path) {