3DS: Fix warnings

This commit is contained in:
Vicki Pfau 2022-01-09 00:11:53 -08:00
parent 46a3f9ead8
commit 899fbdf1e4
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}