3DS: Fix warnings
This commit is contained in:
parent
46a3f9ead8
commit
899fbdf1e4
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user