summaryrefslogtreecommitdiffstats
path: root/src/citra_qt
diff options
context:
space:
mode:
authorpolaris- <nagatospam@gmail.com>2015-10-22 04:19:55 +0200
committerpolaris- <nagatospam@gmail.com>2015-10-22 06:11:25 +0200
commita5ab8accc21e73be9564bebde4d3b20b38d85b6e (patch)
tree601aae29af10fc656a826ed12ef24e4c383e6a9a /src/citra_qt
parentAdd a register variable to loops (diff)
downloadyuzu-a5ab8accc21e73be9564bebde4d3b20b38d85b6e.tar
yuzu-a5ab8accc21e73be9564bebde4d3b20b38d85b6e.tar.gz
yuzu-a5ab8accc21e73be9564bebde4d3b20b38d85b6e.tar.bz2
yuzu-a5ab8accc21e73be9564bebde4d3b20b38d85b6e.tar.lz
yuzu-a5ab8accc21e73be9564bebde4d3b20b38d85b6e.tar.xz
yuzu-a5ab8accc21e73be9564bebde4d3b20b38d85b6e.tar.zst
yuzu-a5ab8accc21e73be9564bebde4d3b20b38d85b6e.zip
Diffstat (limited to 'src/citra_qt')
-rw-r--r--src/citra_qt/main.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/citra_qt/main.cpp b/src/citra_qt/main.cpp
index d8d17f466..e5ed01a11 100644
--- a/src/citra_qt/main.cpp
+++ b/src/citra_qt/main.cpp
@@ -44,12 +44,11 @@
#include "core/settings.h"
#include "core/system.h"
#include "core/arm/disassembler/load_symbol_map.h"
+#include "core/gdbstub/gdbstub.h"
#include "core/loader/loader.h"
#include "video_core/video_core.h"
-#include "core/gdbstub/gdbstub.h"
-
GMainWindow::GMainWindow() : emu_thread(nullptr)
{
Pica::g_debug_context = Pica::DebugContext::Construct();