From 6d13ace83a5e1130e857b6135e66beca1053c12f Mon Sep 17 00:00:00 2001 From: jdgleaver Date: Mon, 29 Mar 2021 15:50:32 +0100 Subject: [PATCH] (GLUI) Add icon to 'Turbo Fire' menu entry --- menu/drivers/materialui.c | 1 + 1 file changed, 1 insertion(+) diff --git a/menu/drivers/materialui.c b/menu/drivers/materialui.c index f2a4f97d5f..4713afeaea 100644 --- a/menu/drivers/materialui.c +++ b/menu/drivers/materialui.c @@ -10253,6 +10253,7 @@ static void materialui_list_insert( string_is_equal(label, msg_hash_to_str(MENU_ENUM_LABEL_INPUT_SETTINGS)) || string_is_equal(label, msg_hash_to_str(MENU_ENUM_LABEL_INPUT_MENU_SETTINGS)) || string_is_equal(label, msg_hash_to_str(MENU_ENUM_LABEL_INPUT_HAPTIC_FEEDBACK_SETTINGS)) || + string_is_equal(label, msg_hash_to_str(MENU_ENUM_LABEL_INPUT_TURBO_FIRE_SETTINGS)) || string_is_equal(label, msg_hash_to_str(MENU_ENUM_LABEL_LATENCY_SETTINGS)) || string_is_equal(label, msg_hash_to_str(MENU_ENUM_LABEL_INPUT_HOTKEY_BINDS)) || string_is_equal(label, msg_hash_to_str(MENU_ENUM_LABEL_CORE_SETTINGS)) ||