mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 12:48:57 +00: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:
parent
0a194f8a3e
commit
0028ee96b3
5 changed files with 0 additions and 30 deletions
|
@ -113,10 +113,6 @@ void Host_RequestRenderWindowSize(int width, int height)
|
|||
{
|
||||
}
|
||||
|
||||
void Host_RequestFullscreen(bool enable_fullscreen)
|
||||
{
|
||||
}
|
||||
|
||||
void Host_SetStartupDebuggingParameters()
|
||||
{
|
||||
SConfig& StartUp = SConfig::GetInstance();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue