mirror of
https://github.com/PabloMK7/citra.git
synced 2025-09-10 04:40:05 +00:00
citra_qt: do not pass memory to widget (#6849)
This commit is contained in:
parent
ebac2e4978
commit
aaeba6759e
3 changed files with 9 additions and 8 deletions
|
@ -448,7 +448,7 @@ void GMainWindow::InitializeDebugWidgets() {
|
|||
graphicsWidget->hide();
|
||||
debug_menu->addAction(graphicsWidget->toggleViewAction());
|
||||
|
||||
graphicsCommandsWidget = new GPUCommandListWidget(system.Memory(), this);
|
||||
graphicsCommandsWidget = new GPUCommandListWidget(system, this);
|
||||
addDockWidget(Qt::RightDockWidgetArea, graphicsCommandsWidget);
|
||||
graphicsCommandsWidget->hide();
|
||||
debug_menu->addAction(graphicsCommandsWidget->toggleViewAction());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue