mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
Host: Kill off GetRenderWindowSize
This commit is contained in:
parent
aa2fc1f66b
commit
b94dbca160
13 changed files with 12 additions and 141 deletions
|
@ -17,7 +17,6 @@ void* Host_GetRenderHandle() { return nullptr; }
|
|||
void Host_UpdateTitle(const std::string&) {}
|
||||
void Host_UpdateDisasmDialog() {}
|
||||
void Host_UpdateMainFrame() {}
|
||||
void Host_GetRenderWindowSize(int&, int&, int&, int&) {}
|
||||
void Host_RequestRenderWindowSize(int, int) {}
|
||||
void Host_RequestFullscreen(bool) {}
|
||||
void Host_SetStartupDebuggingParameters() {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue