mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-07-09 23:49:03 +00:00
citra-qt: Add command list view.
This commit is contained in:
@@ -11,6 +11,7 @@ class DisassemblerWidget;
|
||||
class RegistersWidget;
|
||||
class CallstackWidget;
|
||||
class GPUCommandStreamWidget;
|
||||
class GPUCommandListWidget;
|
||||
|
||||
class GMainWindow : public QMainWindow
|
||||
{
|
||||
@@ -52,6 +53,7 @@ private:
|
||||
RegistersWidget* registersWidget;
|
||||
CallstackWidget* callstackWidget;
|
||||
GPUCommandStreamWidget* graphicsWidget;
|
||||
GPUCommandListWidget* graphicsCommandsWidget;
|
||||
};
|
||||
|
||||
#endif // _CITRA_QT_MAIN_HXX_
|
||||
|
||||
Reference in New Issue
Block a user