mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-05-12 19:53:18 -04:00
Revert "sdlapp: Enable compilation of most apps/games"
This reverts commit 96b5642c93.
Reason for revert: Accidentlly merged this before it was ready.
Change-Id: I9344988f6556b774479dd4fd209f30e450ad0858
This commit is contained in:
parent
78ba3211be
commit
65f2105445
30 changed files with 93 additions and 56 deletions
|
|
@ -550,6 +550,9 @@
|
|||
#define OSCILLOSCOPE_VOL_UP BUTTON_UP
|
||||
#define OSCILLOSCOPE_VOL_DOWN BUTTON_DOWN
|
||||
|
||||
#elif CONFIG_KEYPAD == SHANLING_Q1_PAD || CONFIG_KEYPAD == HIBY_R3PROII_PAD
|
||||
/* use touchscreen */
|
||||
|
||||
#elif CONFIG_KEYPAD == RG_NANO_PAD
|
||||
#define OSCILLOSCOPE_QUIT BUTTON_START
|
||||
#define OSCILLOSCOPE_DRAWMODE BUTTON_X
|
||||
|
|
@ -573,7 +576,7 @@
|
|||
#define OSCILLOSCOPE_VOL_UP BUTTON_UP
|
||||
#define OSCILLOSCOPE_VOL_DOWN BUTTON_DOWN
|
||||
|
||||
#elif !defined(HAVE_TOUCHSCREEN)
|
||||
#else
|
||||
#error No keymap defined!
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue