diff options
Diffstat (limited to 'emulators/xmame/patches/patch-ab')
-rw-r--r-- | emulators/xmame/patches/patch-ab | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/emulators/xmame/patches/patch-ab b/emulators/xmame/patches/patch-ab deleted file mode 100644 index 37857438dc6..00000000000 --- a/emulators/xmame/patches/patch-ab +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ab,v 1.28 2004/08/25 01:20:11 wiz Exp $ - ---- src/unix/devices.c.orig 2004-08-13 06:30:14.000000000 +0200 -+++ src/unix/devices.c -@@ -971,7 +971,7 @@ static void init_joycodes(void) - } - for (button = 0; button < JOY_BUTTONS; button++) - { -- snprintf(tempname, JOY_NAME_LEN, "Joy %d button %d", stick + 1 , axis + 1); -+ snprintf(tempname, JOY_NAME_LEN, "Joy %d button %d", stick + 1 , button + 1); - add_joylist_entry(tempname, JOYCODE(stick, CODETYPE_BUTTON, button), CODE_OTHER_DIGITAL); - } - } |