summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2019-10-09 20:13:10 -0400
committerPikalaxALT <PikalaxALT@gmail.com>2019-10-09 20:13:10 -0400
commit878f6aa7b2ff555e70730b0bf513a603e19bec28 (patch)
tree29b5410676d44b664dd9fe3d7ea4806fb0d7eca8
parent855c052be041ed85789db1e460dd35cab9d12b4f (diff)
Revert berry fix button mode 0 name change
-rw-r--r--berry_fix/payload/include/global.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/berry_fix/payload/include/global.h b/berry_fix/payload/include/global.h
index 911c4cd8f..c218b5f4e 100644
--- a/berry_fix/payload/include/global.h
+++ b/berry_fix/payload/include/global.h
@@ -115,7 +115,7 @@ enum
enum
{
- OPTIONS_BUTTON_MODE_HELP,
+ OPTIONS_BUTTON_MODE_NORMAL,
OPTIONS_BUTTON_MODE_LR,
OPTIONS_BUTTON_MODE_L_EQUALS_A
};