mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 04:38:49 +00:00
DolphinQt: add warning if graphics mods are not enabled
This commit is contained in:
parent
3eb3e1c83a
commit
8aef0015fd
15 changed files with 156 additions and 4 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue