Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/emulators/darcnes/files/patch-video__x.c
16462 views
1
--- video_x.c.orig 2000-10-30 22:15:34 UTC
2
+++ video_x.c
3
@@ -365,7 +365,7 @@ void handle_joypad_key(int type, KeySym keysym)
4
ui_joypad->data &= ~ui_joypad->button_template->buttons[0];
5
}
6
7
- default:
8
+ default: break;
9
}
10
}
11
12
13