mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-04-12 00:47:49 -04:00
3ds: Enable plugins for the 3ds platform.
This commit enables plugins for the 3ds platform. And adds 3ds specific pad configurations for each plugin. Change-Id: Ie28fef4da32ed4cd2caa6c9fa3b2fe312ee009ef
This commit is contained in:
parent
7d067ca798
commit
09a31fff91
55 changed files with 549 additions and 8 deletions
|
|
@ -265,6 +265,12 @@ struct battery_tables_t {
|
|||
#define BATTERY_ON_TXT "A"
|
||||
#define BATTERY_OFF_TXT "X"
|
||||
|
||||
#elif CONFIG_KEYPAD == CTRU_PAD
|
||||
#define BATTERY_ON BUTTON_SELECT
|
||||
#define BATTERY_OFF BUTTON_BACK
|
||||
#define BATTERY_ON_TXT "A - start"
|
||||
#define BATTERY_OFF_TXT "B"
|
||||
|
||||
#else
|
||||
#error "No keymap defined!"
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue