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
|
|
@ -465,6 +465,16 @@ CONFIG_KEYPAD == MROBE500_PAD
|
|||
# define MINESWP_DISCOVER BUTTON_A
|
||||
# define MINESWP_INFO BUTTON_Y
|
||||
|
||||
#elif CONFIG_KEYPAD == CTRU_PAD
|
||||
# define MINESWP_LEFT BUTTON_LEFT
|
||||
# define MINESWP_RIGHT BUTTON_RIGHT
|
||||
# define MINESWP_UP BUTTON_UP
|
||||
# define MINESWP_DOWN BUTTON_DOWN
|
||||
# define MINESWP_QUIT BUTTON_BACK
|
||||
# define MINESWP_TOGGLE BUTTON_USER
|
||||
# define MINESWP_DISCOVER BUTTON_SELECT
|
||||
# define MINESWP_INFO BUTTON_MENU
|
||||
|
||||
#else
|
||||
#error No keymap defined!
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue