From 23cb5cf90e385ebde86bc32411d3007e6dce45c3 Mon Sep 17 00:00:00 2001 From: offtkp Date: Wed, 20 Mar 2024 20:35:27 +0200 Subject: [PATCH] Biggest mistake of my career --- src/panda_sdl/frontend_sdl.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/panda_sdl/frontend_sdl.cpp b/src/panda_sdl/frontend_sdl.cpp index 633ea197..9ecdd6c2 100644 --- a/src/panda_sdl/frontend_sdl.cpp +++ b/src/panda_sdl/frontend_sdl.cpp @@ -118,9 +118,6 @@ void FrontendSDL::run() { } } else { switch (event.key.keysym.sym) { - case SDLK_RETURN: hid.pressKey(Keys::Start); break; - case SDLK_BACKSPACE: hid.pressKey(Keys::Select); break; - // Use the F4 button as a hot-key to pause or resume the emulator // We can't use the audio play/pause buttons because it's annoying case SDLK_F4: {