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:
Mauricio Garrido 2025-12-30 17:16:48 -06:00 committed by Solomon Peachy
parent 7d067ca798
commit 09a31fff91
55 changed files with 549 additions and 8 deletions

View file

@ -572,6 +572,18 @@
#define IMGVIEW_MENU BUTTON_B
#define IMGVIEW_QUIT BUTTON_START
#elif CONFIG_KEYPAD == CTRU_PAD
#define IMGVIEW_ZOOM_IN BUTTON_POWER
#define IMGVIEW_ZOOM_OUT BUTTON_USER
#define IMGVIEW_UP BUTTON_UP
#define IMGVIEW_DOWN BUTTON_DOWN
#define IMGVIEW_LEFT BUTTON_LEFT
#define IMGVIEW_RIGHT BUTTON_RIGHT
#define IMGVIEW_NEXT BUTTON_SELECT
#define IMGVIEW_PREVIOUS 0xFFFFFFA //not used
#define IMGVIEW_MENU BUTTON_MENU
#define IMGVIEW_QUIT BUTTON_BACK
#else
#error No keymap defined!
#endif