From 85d92026332ebaa65538fc5533be0c6a060ce81a Mon Sep 17 00:00:00 2001 From: Arisotura Date: Mon, 7 Jul 2025 12:21:47 +0200 Subject: [PATCH] push this back tho... --- src/frontend/qt_sdl/Window.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/qt_sdl/Window.cpp b/src/frontend/qt_sdl/Window.cpp index 8e3b2390..b5a9b690 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) emuThread->NDS->debug(0); + //if (event->key() == Qt::Key_F11) emuInstance->getNDS()->debug(0); emuInstance->onKeyPress(event); }