mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 13:18: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
|
@ -43,6 +43,5 @@ void Host_UpdateMainFrame();
|
|||
void Host_UpdateStatusBar(const std::string& text, int Filed = 0);
|
||||
void Host_UpdateTitle(const std::string& title);
|
||||
|
||||
// TODO (neobrain): Remove these from host!
|
||||
void* Host_GetInstance();
|
||||
// TODO (neobrain): Remove this from host!
|
||||
void* Host_GetRenderHandle();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue