Qt: Remove stale TODO

This commit is contained in:
Jeffrey Pfau 2014-11-05 02:24:49 -08:00
parent a3fff6d1a5
commit cbe5fbfeea
1 changed files with 1 additions and 1 deletions

View File

@ -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);