From 375ee571c235250bebd3ea10af5830b38d870747 Mon Sep 17 00:00:00 2001
From: Oliver Schmidt
Date: Fri, 28 Jul 2017 19:19:11 +0200
Subject: [PATCH] Removed 'fire'.
---
include/joystick.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/include/joystick.h b/include/joystick.h
index f08dd432a..27c4af81a 100644
--- a/include/joystick.h
+++ b/include/joystick.h
@@ -61,9 +61,9 @@
#define JOY_LEFT_IDX 2
#define JOY_RIGHT_IDX 3
#define JOY_BTN_1_IDX 4 /* Universally available */
-#define JOY_BTN_2_IDX 5 /* Second fire button if available */
-#define JOY_BTN_3_IDX 6 /* Third fire button if available */
-#define JOY_BTN_4_IDX 7 /* Fourth fire button if available */
+#define JOY_BTN_2_IDX 5 /* Second button if available */
+#define JOY_BTN_3_IDX 6 /* Third button if available */
+#define JOY_BTN_4_IDX 7 /* Fourth button if available */
/* Array of masks used to check the return value of joy_read for a state */
extern const unsigned char joy_masks[8];
--
2.39.5