summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinQt/MainWindow.cpp
diff options
context:
space:
mode:
authoriwubcode <iwubcode@users.noreply.github.com>2022-03-31 00:44:32 -0500
committeriwubcode <iwubcode@users.noreply.github.com>2022-06-27 18:28:28 -0500
commit8aef0015fd8903b92cf0aab8a98ee669ec97b5ef (patch)
tree4d10de1d66060f6951b98a1153e9325fef7ea05b /Source/Core/DolphinQt/MainWindow.cpp
parent3eb3e1c83ace2e7c4e3573138247a78384b9ec16 (diff)
DolphinQt: add warning if graphics mods are not enabled
Diffstat (limited to 'Source/Core/DolphinQt/MainWindow.cpp')
-rw-r--r--Source/Core/DolphinQt/MainWindow.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/DolphinQt/MainWindow.cpp b/Source/Core/DolphinQt/MainWindow.cpp
index d2dea76787..dab8f45c24 100644
--- a/Source/Core/DolphinQt/MainWindow.cpp
+++ b/Source/Core/DolphinQt/MainWindow.cpp
@@ -672,6 +672,7 @@ void MainWindow::ConnectGameList()
&MainWindow::ShowRiivolutionBootWidget);
connect(m_game_list, &GameList::OpenGeneralSettings, this, &MainWindow::ShowGeneralWindow);
+ connect(m_game_list, &GameList::OpenGraphicsSettings, this, &MainWindow::ShowGraphicsWindow);
}
void MainWindow::ConnectRenderWidget()