mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-21 17:59:50 +00:00
Frame: Move exclusive mode switching to helper function.
This commit is contained in:
parent
aab6b70868
commit
aa0e4472c0
2 changed files with 16 additions and 21 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue