1
0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2025-04-02 15:00:07 +00:00

Merge pull request from Yllodra/graphics-debugger-save-state

Set object name for the Graphics Debugger
This commit is contained in:
Tony Wasserka 2015-01-01 18:21:14 +01:00
commit 84d11d7ff6

@ -72,7 +72,7 @@ void GPUCommandStreamItemModel::OnGXCommandFinishedInternal(int total_command_co
GPUCommandStreamWidget::GPUCommandStreamWidget(QWidget* parent) : QDockWidget(tr("Graphics Debugger"), parent)
{
// TODO: set objectName!
setObjectName("GraphicsDebugger");
GPUCommandStreamItemModel* command_model = new GPUCommandStreamItemModel(this);
g_debugger.RegisterObserver(command_model);