This commit is contained in:
twinaphex 2017-08-15 19:05:23 +02:00
parent f1069ee7ed
commit e34f8e0911

View File

@ -2259,6 +2259,8 @@ static void mui_list_insert(void *userdata,
string_is_equal(label, msg_hash_to_str(MENU_ENUM_LABEL_NO_CORE_INFORMATION_AVAILABLE))
||
string_is_equal(label, msg_hash_to_str(MENU_ENUM_LABEL_NO_ITEMS))
||
string_is_equal(label, msg_hash_to_str(MENU_ENUM_LABEL_NO_CORE_OPTIONS_AVAILABLE))
)
{
node->texture_switch2 = mui->textures.list[MUI_TEXTURE_INFO];