mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
Core: Kill off Host_UpdateBreakPointView()
Uses wxWidgets event propagation to the parent window which then appropriately handles the breakpoint list updating.
This commit is contained in:
parent
99dc069b9a
commit
d4eb0684f7
7 changed files with 10 additions and 20 deletions
|
@ -76,8 +76,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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue