summaryrefslogtreecommitdiffstats
path: root/src/citra_qt/debugger/graphics
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2017-10-13 03:45:06 +0200
committerbunnei <bunneidev@gmail.com>2017-10-13 03:45:06 +0200
commit15983dcfdc2e9648b07c910a1ad2a2813e8b7fa7 (patch)
tree38e5af4732f8c145a169a7de15c6827c40c1f8db /src/citra_qt/debugger/graphics
parentRemove more 3DS-specific code. (diff)
downloadyuzu-15983dcfdc2e9648b07c910a1ad2a2813e8b7fa7.tar
yuzu-15983dcfdc2e9648b07c910a1ad2a2813e8b7fa7.tar.gz
yuzu-15983dcfdc2e9648b07c910a1ad2a2813e8b7fa7.tar.bz2
yuzu-15983dcfdc2e9648b07c910a1ad2a2813e8b7fa7.tar.lz
yuzu-15983dcfdc2e9648b07c910a1ad2a2813e8b7fa7.tar.xz
yuzu-15983dcfdc2e9648b07c910a1ad2a2813e8b7fa7.tar.zst
yuzu-15983dcfdc2e9648b07c910a1ad2a2813e8b7fa7.zip
Diffstat (limited to 'src/citra_qt/debugger/graphics')
-rw-r--r--src/citra_qt/debugger/graphics/graphics.cpp2
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) {