diff options
| author | 2016-11-11 09:58:55 -0800 | |
|---|---|---|
| committer | 2016-11-11 09:58:55 -0800 | |
| commit | 51750dc8f57f700bbd316f141626dcc704719d2c (patch) | |
| tree | 6a0232e759f109f35395755503f7810a5b1aa42f /src/citra_qt/main.cpp | |
| parent | Update CONTRIBUTING.md (diff) | |
| download | yuzu-51750dc8f57f700bbd316f141626dcc704719d2c.tar.gz yuzu-51750dc8f57f700bbd316f141626dcc704719d2c.tar.xz yuzu-51750dc8f57f700bbd316f141626dcc704719d2c.zip | |
Minor Menu Fixes
Diffstat (limited to 'src/citra_qt/main.cpp')
| -rw-r--r-- | src/citra_qt/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/citra_qt/main.cpp b/src/citra_qt/main.cpp index 8322e2305..b904fec16 100644 --- a/src/citra_qt/main.cpp +++ b/src/citra_qt/main.cpp | |||
| @@ -101,7 +101,7 @@ GMainWindow::GMainWindow() : config(new Config()), emu_thread(nullptr) { | |||
| 101 | addDockWidget(Qt::RightDockWidgetArea, graphicsTracingWidget); | 101 | addDockWidget(Qt::RightDockWidgetArea, graphicsTracingWidget); |
| 102 | graphicsTracingWidget->hide(); | 102 | graphicsTracingWidget->hide(); |
| 103 | 103 | ||
| 104 | auto graphicsSurfaceViewerAction = new QAction(tr("Create Pica surface viewer"), this); | 104 | auto graphicsSurfaceViewerAction = new QAction(tr("Create Pica Surface Viewer"), this); |
| 105 | connect(graphicsSurfaceViewerAction, SIGNAL(triggered()), this, | 105 | connect(graphicsSurfaceViewerAction, SIGNAL(triggered()), this, |
| 106 | SLOT(OnCreateGraphicsSurfaceViewer())); | 106 | SLOT(OnCreateGraphicsSurfaceViewer())); |
| 107 | 107 | ||