mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-02-28 14:00:49 -05:00
Core: Kill off Host_ShowJitResults
Another host function that can be killed off by simple wx event handling
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user