mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 05:38:50 +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
|
@ -524,19 +524,6 @@ void Host_Message(int Id)
|
|||
main_frame->GetEventHandler()->AddPendingEvent(event);
|
||||
}
|
||||
|
||||
#ifdef _WIN32
|
||||
extern "C" HINSTANCE wxGetInstance();
|
||||
void* Host_GetInstance()
|
||||
{
|
||||
return (void*)wxGetInstance();
|
||||
}
|
||||
#else
|
||||
void* Host_GetInstance()
|
||||
{
|
||||
return nullptr;
|
||||
}
|
||||
#endif
|
||||
|
||||
void* Host_GetRenderHandle()
|
||||
{
|
||||
return main_frame->GetRenderHandle();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue