mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-11 11:22:33 -07: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