From 3a4a00ffe62a4d388fbf946c721cfe78d659c8bd Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 27 Jun 2016 00:05:59 +0200 Subject: [PATCH] Comment this out for now until it works without breaking hotkey binds --- menu/menu_driver.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/menu/menu_driver.c b/menu/menu_driver.c index e608a1524d..615c3426f4 100644 --- a/menu/menu_driver.c +++ b/menu/menu_driver.c @@ -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)