diff options
Diffstat (limited to 'emulators/darcnes/patches/patch-ai')
-rw-r--r-- | emulators/darcnes/patches/patch-ai | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/emulators/darcnes/patches/patch-ai b/emulators/darcnes/patches/patch-ai new file mode 100644 index 00000000000..793fac67eff --- /dev/null +++ b/emulators/darcnes/patches/patch-ai @@ -0,0 +1,12 @@ +$NetBSD: patch-ai,v 1.1 2005/12/20 14:11:03 joerg Exp $ + +--- video_x.c.orig 2005-12-20 13:56:32.000000000 +0000 ++++ video_x.c +@@ -366,6 +366,7 @@ void handle_joypad_key(int type, KeySym + } + + default: ++ break; + } + } + |