Comment this out for now until it works without breaking hotkey binds

This commit is contained in:
twinaphex 2016-06-27 00:05:59 +02:00
parent 7b460c14b7
commit 3a4a00ffe6

View File

@ -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)