mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-07 00:28:56 +00:00
Host: Add Host_RendererIsFullscreen().
This commit is contained in:
parent
3b9c070ee0
commit
b7e056c74d
9 changed files with 33 additions and 4 deletions
|
@ -572,6 +572,11 @@ bool Host_RendererHasFocus()
|
|||
return main_frame->RendererHasFocus();
|
||||
}
|
||||
|
||||
bool Host_RendererIsFullscreen()
|
||||
{
|
||||
return main_frame->RendererIsFullscreen();
|
||||
}
|
||||
|
||||
void Host_ConnectWiimote(int wm_idx, bool connect)
|
||||
{
|
||||
CFrame::ConnectWiimote(wm_idx, connect);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue