diff --git a/src/frontend/qt_sdl/Window.cpp b/src/frontend/qt_sdl/Window.cpp index e1dbc706c..b5a9b6906 100755 --- a/src/frontend/qt_sdl/Window.cpp +++ b/src/frontend/qt_sdl/Window.cpp @@ -979,7 +979,7 @@ void MainWindow::keyPressEvent(QKeyEvent* event) if (event->isAutoRepeat()) return; // TODO!! REMOVE ME IN RELEASE BUILDS!! - if (event->key() == Qt::Key_F11) emuInstance->getNDS()->debug(0); + //if (event->key() == Qt::Key_F11) emuInstance->getNDS()->debug(0); emuInstance->onKeyPress(event); }