diff options
author | bunnei <bunneidev@gmail.com> | 2017-10-12 21:45:06 -0400 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2017-10-12 21:45:06 -0400 |
commit | 15983dcfdc2e9648b07c910a1ad2a2813e8b7fa7 (patch) | |
tree | 38e5af4732f8c145a169a7de15c6827c40c1f8db /src/citra_qt | |
parent | dbd15b0d10f1462601cbdbcd53ad28c2e5057af2 (diff) |
Remove more 3DS-specific code.
Diffstat (limited to 'src/citra_qt')
-rw-r--r-- | src/citra_qt/debugger/graphics/graphics.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/citra_qt/debugger/graphics/graphics.cpp b/src/citra_qt/debugger/graphics/graphics.cpp index 6a76adeae..8154363a2 100644 --- a/src/citra_qt/debugger/graphics/graphics.cpp +++ b/src/citra_qt/debugger/graphics/graphics.cpp @@ -6,7 +6,7 @@ #include "citra_qt/debugger/graphics/graphics.h" #include "citra_qt/util/util.h" -extern GraphicsDebugger g_debugger; +GraphicsDebugger g_debugger; GPUCommandStreamItemModel::GPUCommandStreamItemModel(QObject* parent) : QAbstractListModel(parent), command_count(0) { |