Core: Fix compile issue in android bridge

This commit is contained in:
zilmar 2022-08-09 20:42:31 +09:30
parent 51c9867e76
commit 6c1df6c6a0
1 changed files with 0 additions and 2 deletions

View File

@ -3,7 +3,6 @@
#include <Project64-core/N64System/SystemGlobals.h> #include <Project64-core/N64System/SystemGlobals.h>
#include <Project64-core/Settings.h> #include <Project64-core/Settings.h>
#include <Project64-core/N64System/N64System.h> #include <Project64-core/N64System/N64System.h>
#include <Project64-core/N64System/Recompiler/RecompilerCodeLog.h>
#include "Notification.h" #include "Notification.h"
#include "JavaBridge.h" #include "JavaBridge.h"
#if defined(ANDROID) #if defined(ANDROID)
@ -117,7 +116,6 @@ bool CNotificationImp::AskYesNoQuestion(const char * /*Question*/) const
void CNotificationImp::BreakPoint(const char * FileName, int32_t LineNumber) void CNotificationImp::BreakPoint(const char * FileName, int32_t LineNumber)
{ {
Flush_Recompiler_Log();
TraceFlushLog(); TraceFlushLog();
if (g_Settings->LoadBool(Debugger_Enabled)) if (g_Settings->LoadBool(Debugger_Enabled))
{ {