mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
Core: Get rid of Host_GetInstance()
This commit is contained in:
parent
847504f327
commit
3aba909b25
7 changed files with 2 additions and 25 deletions
|
@ -67,8 +67,6 @@ void* Host_GetRenderHandle()
|
|||
return surf;
|
||||
}
|
||||
|
||||
void* Host_GetInstance() { return nullptr; }
|
||||
|
||||
void Host_UpdateTitle(const std::string& title)
|
||||
{
|
||||
__android_log_write(ANDROID_LOG_INFO, DOLPHIN_TAG, title.c_str());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue