diff --git a/src/platform/qt/Window.cpp b/src/platform/qt/Window.cpp index 3b711ff49..e8d0deb27 100644 --- a/src/platform/qt/Window.cpp +++ b/src/platform/qt/Window.cpp @@ -123,7 +123,7 @@ void Window::loadConfig() { const GBAOptions* opts = m_config->options(); m_logView->setLevels(opts->logLevel); - // TODO: Have these show up as modified in the menu + m_controller->setFrameskip(opts->frameskip); m_controller->setAudioSync(opts->audioSync); m_controller->setVideoSync(opts->videoSync);