mirror of https://github.com/mgba-emu/mgba.git
Qt: Remove stale TODO
This commit is contained in:
parent
a3fff6d1a5
commit
cbe5fbfeea
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue