mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
(MFi) Get rid of warning
This commit is contained in:
parent
03096cbda7
commit
761b87a61b
@ -167,7 +167,7 @@ static void apple_gamecontroller_joypad_poll(void)
|
||||
{
|
||||
/* If we have not assigned a slot to this controller yet, ignore it. */
|
||||
if (controller && (controller.playerIndex < MAX_USERS))
|
||||
apple_gamecontroller_joypad_poll_internal(controller, controller.playerIndex);
|
||||
apple_gamecontroller_joypad_poll_internal(controller, (uint32_t)controller.playerIndex);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user