diff --git a/src/yuzu/bootmanager.cpp b/src/yuzu/bootmanager.cpp index cd9f9f1b66..8ff3bb3784 100644 --- a/src/yuzu/bootmanager.cpp +++ b/src/yuzu/bootmanager.cpp @@ -278,6 +278,7 @@ public: InputCommon::GetMotionEmu()->Tilt(pos.x(), pos.y()); } + void SetFillBackground(bool fill) { setAutoFillBackground(fill); setAttribute(Qt::WA_OpaquePaintEvent, !fill); @@ -289,6 +290,7 @@ private: GRenderWindow* render_window; }; + #ifndef __APPLE__ class OpenGLRenderWidget : public RenderWidget { public: