mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-09-02 01:16:32 -05:00
Remove more 3DS-specific code.
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user