diff --git a/src/platform/3ds/main.c b/src/platform/3ds/main.c index fb4152867..71fcc1aa2 100644 --- a/src/platform/3ds/main.c +++ b/src/platform/3ds/main.c @@ -190,7 +190,7 @@ static void _cleanup(void) { mcuHwcExit(); } -static void _map3DSKey(struct mInputMap* map, int ctrKey, enum GBAKey key) { +static void _map3DSKey(struct mInputMap* map, int ctrKey, int key) { mInputBindKey(map, _3DS_INPUT, __builtin_ctz(ctrKey), key); }