summaryrefslogtreecommitdiff
path: root/src/citra_qt/debugger/graphics/graphics.cpp
diff options
context:
space:
mode:
authorGravatar bunnei2017-10-12 21:45:06 -0400
committerGravatar bunnei2017-10-12 21:45:06 -0400
commit15983dcfdc2e9648b07c910a1ad2a2813e8b7fa7 (patch)
tree38e5af4732f8c145a169a7de15c6827c40c1f8db /src/citra_qt/debugger/graphics/graphics.cpp
parentRemove more 3DS-specific code. (diff)
downloadyuzu-15983dcfdc2e9648b07c910a1ad2a2813e8b7fa7.tar.gz
yuzu-15983dcfdc2e9648b07c910a1ad2a2813e8b7fa7.tar.xz
yuzu-15983dcfdc2e9648b07c910a1ad2a2813e8b7fa7.zip
Remove more 3DS-specific code.
Diffstat (limited to 'src/citra_qt/debugger/graphics/graphics.cpp')
-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 @@
6#include "citra_qt/debugger/graphics/graphics.h" 6#include "citra_qt/debugger/graphics/graphics.h"
7#include "citra_qt/util/util.h" 7#include "citra_qt/util/util.h"
8 8
9extern GraphicsDebugger g_debugger; 9GraphicsDebugger g_debugger;
10 10
11GPUCommandStreamItemModel::GPUCommandStreamItemModel(QObject* parent) 11GPUCommandStreamItemModel::GPUCommandStreamItemModel(QObject* parent)
12 : QAbstractListModel(parent), command_count(0) { 12 : QAbstractListModel(parent), command_count(0) {