mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Fix PF keymap issue caused by conflict between new CONTEXT_PLUGIN and ALLOW_SOFTLOCK, by changing value of ALLOW_SOFTLOCK. Bump min plugin version as value passed to a core function changed, and sort plugin API.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21161 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
fd11471a3f
commit
c1c3d05961
3 changed files with 26 additions and 28 deletions
|
@ -36,7 +36,7 @@
|
|||
#define LAST_ITEM_IN_LIST__NEXTLIST(a) { a, BUTTON_NONE, BUTTON_NONE }
|
||||
|
||||
#ifndef HAS_BUTTON_HOLD
|
||||
#define ALLOW_SOFTLOCK 0x10000000 /* will be stripped.. never needed except in calls to get_action() */
|
||||
#define ALLOW_SOFTLOCK 0x08000000 /* will be stripped.. never needed except in calls to get_action() */
|
||||
#else
|
||||
#define ALLOW_SOFTLOCK 0
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue