mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-09 09:39:13 +00:00
better fix
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3923 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
5b735361e8
commit
10443c3f3a
2 changed files with 2 additions and 2 deletions
|
@ -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(){}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue