mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Core: Kill off Host_ShowJitResults
Another host function that can be killed off by simple wx event handling
This commit is contained in:
@ -553,16 +553,6 @@ void Host_UpdateDisasmDialog()
|
||||
}
|
||||
}
|
||||
|
||||
void Host_ShowJitResults(unsigned int address)
|
||||
{
|
||||
if (main_frame->g_pCodeWindow)
|
||||
{
|
||||
if (!main_frame->g_pCodeWindow->m_JitWindow)
|
||||
main_frame->g_pCodeWindow->ToggleJitWindow(true);
|
||||
main_frame->g_pCodeWindow->m_JitWindow->ViewAddr(address);
|
||||
}
|
||||
}
|
||||
|
||||
void Host_UpdateMainFrame()
|
||||
{
|
||||
wxCommandEvent event(wxEVT_HOST_COMMAND, IDM_UPDATEGUI);
|
||||
|
Reference in New Issue
Block a user