Biggest mistake of my career

This commit is contained in:
offtkp 2024-03-20 20:35:27 +02:00
parent 38660e75df
commit 23cb5cf90e

View file

@ -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: {