Core: Kill off Host_ShowJitResults

Another host function that can be killed off by simple wx event handling
This commit is contained in:
Lioncash
2014-08-15 15:10:41 -04:00
parent d5d5580424
commit cf46ac7dc9
11 changed files with 15 additions and 24 deletions

View File

@ -213,11 +213,6 @@ void PPCDebugInterface::SetPC(unsigned int address)
PowerPC::ppcState.pc = address;
}
void PPCDebugInterface::ShowJitResults(unsigned int address)
{
Host_ShowJitResults(address);
}
void PPCDebugInterface::RunToBreakpoint()
{