mirror of
https://github.com/libretro/RetroArch
synced 2025-03-01 16:13:40 +00:00
Comment this out for now until it works without breaking hotkey binds
This commit is contained in:
parent
7b460c14b7
commit
3a4a00ffe6
@ -208,6 +208,7 @@ static void menu_input_key_event(bool down, unsigned keycode,
|
||||
|
||||
void menu_driver_toggle_binds(bool latch)
|
||||
{
|
||||
#if 0
|
||||
settings_t *settings = config_get_ptr();
|
||||
if (!settings)
|
||||
return;
|
||||
@ -222,6 +223,7 @@ void menu_driver_toggle_binds(bool latch)
|
||||
memcpy(settings->input.binds[0], retro_keybinds_1,
|
||||
sizeof(retro_keybinds_1));
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
static void menu_driver_toggle(bool latch)
|
||||
|
Loading…
x
Reference in New Issue
Block a user