From 878f6aa7b2ff555e70730b0bf513a603e19bec28 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Wed, 9 Oct 2019 20:13:10 -0400 Subject: [PATCH] Revert berry fix button mode 0 name change --- berry_fix/payload/include/global.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 };