Pica/citra-qt: Replace command list view and command list debugging code with something more sophisticated.
This commit is contained in:
parent
0465adf206
commit
26ade98411
8 changed files with 142 additions and 194 deletions
|
@ -52,11 +52,11 @@ GMainWindow::GMainWindow()
|
|||
|
||||
graphicsWidget = new GPUCommandStreamWidget(this);
|
||||
addDockWidget(Qt::RightDockWidgetArea, graphicsWidget);
|
||||
callstackWidget->hide();
|
||||
graphicsWidget ->hide();
|
||||
|
||||
graphicsCommandsWidget = new GPUCommandListWidget(this);
|
||||
addDockWidget(Qt::RightDockWidgetArea, graphicsCommandsWidget);
|
||||
callstackWidget->hide();
|
||||
graphicsCommandsWidget->hide();
|
||||
|
||||
QMenu* debug_menu = ui.menu_View->addMenu(tr("Debugging"));
|
||||
debug_menu->addAction(disasmWidget->toggleViewAction());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue