mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 07:09:48 -06:00
Frame: Move exclusive mode switching to helper function.
This commit is contained in:
@ -106,6 +106,7 @@ public:
|
||||
bool RendererHasFocus();
|
||||
bool RendererIsFullscreen();
|
||||
void DoFullscreen(bool bF);
|
||||
void DoExclusiveFullscreen(bool bF);
|
||||
void ToggleDisplayMode(bool bFullscreen);
|
||||
static void ConnectWiimote(int wm_idx, bool connect);
|
||||
void UpdateTitle(const std::string& str);
|
||||
|
Reference in New Issue
Block a user