mirror of
https://github.com/libretro/RetroArch
synced 2025-03-09 22:13:25 +00:00
Silence some warnings
This commit is contained in:
parent
e262ae3326
commit
24878694f8
@ -834,7 +834,7 @@ static bool input_overlay_add_inputs(input_overlay_t *ol,
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case OVERLAY_TYPE_KEYBOARD:
|
case OVERLAY_TYPE_KEYBOARD:
|
||||||
if(input_state(port, RETRO_DEVICE_KEYBOARD, 0, desc->key_mask))
|
if(input_state(port, RETRO_DEVICE_KEYBOARD, 0, (unsigned)desc->key_mask))
|
||||||
{
|
{
|
||||||
desc->updated = true;
|
desc->updated = true;
|
||||||
button_pressed = true;
|
button_pressed = true;
|
||||||
|
@ -82,7 +82,9 @@ enum menu_animation_easing_type
|
|||||||
EASING_IN_BOUNCE,
|
EASING_IN_BOUNCE,
|
||||||
EASING_OUT_BOUNCE,
|
EASING_OUT_BOUNCE,
|
||||||
EASING_IN_OUT_BOUNCE,
|
EASING_IN_OUT_BOUNCE,
|
||||||
EASING_OUT_IN_BOUNCE
|
EASING_OUT_IN_BOUNCE,
|
||||||
|
|
||||||
|
EASING_LAST
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef struct menu_animation_ctx_delta
|
typedef struct menu_animation_ctx_delta
|
||||||
|
Loading…
x
Reference in New Issue
Block a user