mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
Host: Add Host_RendererIsFullscreen().
This commit is contained in:
parent
3b9c070ee0
commit
b7e056c74d
9 changed files with 33 additions and 4 deletions
|
@ -48,6 +48,11 @@ bool Host_UIHasFocus()
|
|||
return g_main_window->isActiveWindow();
|
||||
}
|
||||
|
||||
bool Host_RendererIsFullscreen()
|
||||
{
|
||||
return false; // TODO
|
||||
}
|
||||
|
||||
void Host_RequestFullscreen(bool enable)
|
||||
{
|
||||
// TODO
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue