forked from len0rd/rockbox
Undo the hacks that allowed targets without LEFT/RIGHT (UP/DN) to build.
Replaced them with warnings until they are fixed *PROPERLY* Change-Id: I4425200e60f8b5224262a54f105b974cec471d22
This commit is contained in:
parent
dc81f96fd1
commit
7a1bf01541
8 changed files with 31 additions and 18 deletions
|
|
@ -32,8 +32,8 @@
|
|||
#define BUTTON_VOL_UP 0x00000020
|
||||
#define BUTTON_VOL_DOWN 0x00000040
|
||||
|
||||
#define BUTTON_LEFT 0
|
||||
#define BUTTON_RIGHT 0
|
||||
#define BUTTON_LEFT BUTTON_PREV
|
||||
#define BUTTON_RIGHT BUTTON_NEXT
|
||||
|
||||
#define BUTTON_MAIN (BUTTON_POWER | BUTTON_HOME | BUTTON_PREV | BUTTON_NEXT | \
|
||||
BUTTON_PLAY | BUTTON_VOL_UP | BUTTON_VOL_DOWN)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue