all repos — mgba @ cbe5fbfeea1f2d128598a32290c3aa900a432e7d

mGBA Game Boy Advance Emulator

Qt: Remove stale TODO
Jeffrey Pfau jeffrey@endrift.com
Wed, 05 Nov 2014 02:24:49 -0800
commit

cbe5fbfeea1f2d128598a32290c3aa900a432e7d

parent

a3fff6d1a5a93bd7eb36f174d498ccf1770cb26e

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M src/platform/qt/Window.cppsrc/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);