mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-18 06:57:57 -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