mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
Core: Kill off Host_ShowJitResults
Another host function that can be killed off by simple wx event handling
This commit is contained in:
parent
d5d5580424
commit
cf46ac7dc9
11 changed files with 15 additions and 24 deletions
|
@ -47,8 +47,6 @@ static bool running = true;
|
|||
void Host_NotifyMapLoaded() {}
|
||||
void Host_RefreshDSPDebuggerWindow() {}
|
||||
|
||||
void Host_ShowJitResults(unsigned int address){}
|
||||
|
||||
static Common::Event updateMainFrameEvent;
|
||||
void Host_Message(int Id)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue