mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Host: Add Host_RendererIsFullscreen().
This commit is contained in:
@ -94,6 +94,11 @@ bool Host_RendererHasFocus()
|
||||
return true;
|
||||
}
|
||||
|
||||
bool Host_RendererIsFullscreen()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
void Host_ConnectWiimote(int wm_idx, bool connect) {}
|
||||
|
||||
void Host_SetWiiMoteConnectionState(int _State) {}
|
||||
|
Reference in New Issue
Block a user