all repos — mgba @ 5f1011d4744195d40685b94f78df0ad0e2158974

mGBA Game Boy Advance Emulator

Qt: Fix build for some platforms
Jeffrey Pfau jeffrey@endrift.com
Wed, 26 Oct 2016 23:22:32 -0700
commit

5f1011d4744195d40685b94f78df0ad0e2158974

parent

d99923b94e05847ae3356453e7948588997a2e20

2 files changed, 4 insertions(+), 0 deletions(-)

jump to
M src/platform/qt/DebuggerREPLController.cppsrc/platform/qt/DebuggerREPLController.cpp

@@ -7,6 +7,8 @@ #include "DebuggerREPLController.h"

#include "GameController.h" +#include <QMutexLocker> + extern "C" { #include "debugger/cli-debugger.h" }
M src/platform/qt/DebuggerREPLController.hsrc/platform/qt/DebuggerREPLController.h

@@ -8,6 +8,8 @@ #define QGBA_DEBUGGER_REPL_CONTROLLER

#include "DebuggerController.h" +#include <QMutex> +#include <QStringList> #include <QWaitCondition> extern "C" {