mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
Qt: Call Render::SetFullscreen
This commit is contained in:
@ -37,7 +37,7 @@ signals:
|
||||
private:
|
||||
Host();
|
||||
|
||||
std::atomic<void*> m_render_handle;
|
||||
std::atomic<bool> m_render_focus;
|
||||
std::atomic<bool> m_render_fullscreen;
|
||||
std::atomic<void*> m_render_handle{nullptr};
|
||||
std::atomic<bool> m_render_focus{false};
|
||||
std::atomic<bool> m_render_fullscreen{false};
|
||||
};
|
||||
|
Reference in New Issue
Block a user