Qt: Remove stale TODO
Jeffrey Pfau jeffrey@endrift.com
Wed, 05 Nov 2014 02:24:49 -0800
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
src/platform/qt/Window.cpp
→
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);