GUI: Add a tab for backend-specific options

This commit is contained in:
Cameron Cawley 2020-05-11 12:05:56 +01:00 committed by Thierry Crozat
parent c80e1c6b49
commit 11724f9df1
25 changed files with 279 additions and 5 deletions

View file

@ -639,6 +639,7 @@ void Engine::openMainMenuDialog() {
ttsMan->popState();
#endif
g_system->applyBackendSettings();
applyGameSettings();
syncSoundSettings();
}