mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-07-01 08:38:35 -05: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