mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-04-30 08:10:31 -05: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