diff --git a/Source/Core/Core/Src/Debugger/PPCDebugInterface.cpp b/Source/Core/Core/Src/Debugger/PPCDebugInterface.cpp index c6df884c65..af4133258f 100644 --- a/Source/Core/Core/Src/Debugger/PPCDebugInterface.cpp +++ b/Source/Core/Core/Src/Debugger/PPCDebugInterface.cpp @@ -184,9 +184,7 @@ void PPCDebugInterface::setPC(unsigned int address) void PPCDebugInterface::showJitResults(unsigned int address) { -#if !defined(HAVE_WX) && !HAVE_WX Host_ShowJitResults(address); -#endif } void PPCDebugInterface::runToBreakpoint() diff --git a/Source/Core/DolphinWX/Src/MainNoGUI.cpp b/Source/Core/DolphinWX/Src/MainNoGUI.cpp index d0dd996718..761154181c 100644 --- a/Source/Core/DolphinWX/Src/MainNoGUI.cpp +++ b/Source/Core/DolphinWX/Src/MainNoGUI.cpp @@ -54,6 +54,8 @@ void* main_frame = NULL; // wxPostEvent / wxAddPendingEvent is the solution. void Host_NotifyMapLoaded(){} +void Host_ShowJitResults(unsigned int address){} + void Host_UpdateLogDisplay(){}