mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Host: Remove the Host_RequestFullscreen() method.
No longer needed, since the exclusive mode switch is now handled synchronously on the CPU thread.
This commit is contained in:
@ -100,9 +100,6 @@ void Host_YieldToUI()
|
||||
void Host_UpdateMainFrame()
|
||||
{
|
||||
}
|
||||
void Host_RequestFullscreen(bool enable)
|
||||
{
|
||||
}
|
||||
void Host_RequestRenderWindowSize(int w, int h)
|
||||
{
|
||||
}
|
||||
|
Reference in New Issue
Block a user