mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
better fix
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3923 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -184,9 +184,7 @@ void PPCDebugInterface::setPC(unsigned int address)
|
|||||||
|
|
||||||
void PPCDebugInterface::showJitResults(unsigned int address)
|
void PPCDebugInterface::showJitResults(unsigned int address)
|
||||||
{
|
{
|
||||||
#if !defined(HAVE_WX) && !HAVE_WX
|
|
||||||
Host_ShowJitResults(address);
|
Host_ShowJitResults(address);
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void PPCDebugInterface::runToBreakpoint()
|
void PPCDebugInterface::runToBreakpoint()
|
||||||
|
@ -54,6 +54,8 @@ void* main_frame = NULL;
|
|||||||
// wxPostEvent / wxAddPendingEvent is the solution.
|
// wxPostEvent / wxAddPendingEvent is the solution.
|
||||||
void Host_NotifyMapLoaded(){}
|
void Host_NotifyMapLoaded(){}
|
||||||
|
|
||||||
|
void Host_ShowJitResults(unsigned int address){}
|
||||||
|
|
||||||
|
|
||||||
void Host_UpdateLogDisplay(){}
|
void Host_UpdateLogDisplay(){}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user