mirror of
https://github.com/libretro/RetroArch
synced 2025-04-02 07:20:34 +00:00
Merge pull request #4430 from libretro/msr_temp
(menu_input_bind_dialog) Prevent warning
This commit is contained in:
commit
3200d2ec88
@ -381,7 +381,7 @@ bool menu_input_key_bind_set_min_max(menu_input_ctx_bind_limits_t *lim)
|
|||||||
|
|
||||||
bool menu_input_key_bind_iterate(menu_input_ctx_bind_t *bind)
|
bool menu_input_key_bind_iterate(menu_input_ctx_bind_t *bind)
|
||||||
{
|
{
|
||||||
struct menu_bind_state binds;
|
struct menu_bind_state binds = {0};
|
||||||
/* single binds can have latching issues,
|
/* single binds can have latching issues,
|
||||||
* single_bind_delay = 0 (single bind not yet bound)
|
* single_bind_delay = 0 (single bind not yet bound)
|
||||||
* single_bind_delay = 1 (latching procedure)
|
* single_bind_delay = 1 (latching procedure)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user