Remove more 3DS-specific code.

This commit is contained in:
bunnei
2017-10-12 21:45:06 -04:00
parent dbd15b0d10
commit 15983dcfdc
7 changed files with 2 additions and 1414 deletions

View File

@ -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) {