mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Merge pull request #740 from lioncash/host
Core: Kill off a few Host interface functions.
This commit is contained in:
@ -67,8 +67,6 @@ void* Host_GetRenderHandle()
|
||||
|
||||
void Host_UpdateTitle(const std::string& title){};
|
||||
|
||||
void Host_UpdateLogDisplay(){}
|
||||
|
||||
void Host_UpdateDisasmDialog(){}
|
||||
|
||||
void Host_UpdateMainFrame()
|
||||
@ -76,8 +74,6 @@ void Host_UpdateMainFrame()
|
||||
updateMainFrameEvent.Set();
|
||||
}
|
||||
|
||||
void Host_UpdateBreakPointView(){}
|
||||
|
||||
void Host_GetRenderWindowSize(int& x, int& y, int& width, int& height)
|
||||
{
|
||||
x = SConfig::GetInstance().m_LocalCoreStartupParameter.iRenderWindowXPos;
|
||||
|
Reference in New Issue
Block a user