mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Core: Get rid of Host_GetInstance()
This commit is contained in:
@ -64,8 +64,6 @@ void* Host_GetRenderHandle()
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
void* Host_GetInstance() { return nullptr; }
|
||||
|
||||
void Host_UpdateTitle(const std::string& title){};
|
||||
|
||||
void Host_UpdateLogDisplay(){}
|
||||
|
Reference in New Issue
Block a user