From cbe5fbfeea1f2d128598a32290c3aa900a432e7d Mon Sep 17 00:00:00 2001 From: Jeffrey Pfau Date: Wed, 5 Nov 2014 02:24:49 -0800 Subject: [PATCH] Qt: Remove stale TODO --- src/platform/qt/Window.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);