summaryrefslogtreecommitdiff
path: root/apps/action.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/action.h')
-rw-r--r--apps/action.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/action.h b/apps/action.h
index 616fad57e9..61c214c609 100644
--- a/apps/action.h
+++ b/apps/action.h
@@ -36,7 +36,7 @@
36#define LAST_ITEM_IN_LIST__NEXTLIST(a) { a, BUTTON_NONE, BUTTON_NONE } 36#define LAST_ITEM_IN_LIST__NEXTLIST(a) { a, BUTTON_NONE, BUTTON_NONE }
37 37
38#ifndef HAS_BUTTON_HOLD 38#ifndef HAS_BUTTON_HOLD
39#define ALLOW_SOFTLOCK 0x10000000 /* will be stripped.. never needed except in calls to get_action() */ 39#define ALLOW_SOFTLOCK 0x08000000 /* will be stripped.. never needed except in calls to get_action() */
40#else 40#else
41#define ALLOW_SOFTLOCK 0 41#define ALLOW_SOFTLOCK 0
42#endif 42#endif