mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-23 19:24:46 +00:00
Another one
This commit is contained in:
parent
c26da6f5dd
commit
fbd9d72496
@ -2827,10 +2827,8 @@ void setting_data_get_label(void *data, char *type_str,
|
||||
setting = (rarch_setting_t*)setting_data_find_setting(setting_data,
|
||||
driver.menu->menu_list->selection_buf->list[idx].label);
|
||||
|
||||
if (!setting)
|
||||
return;
|
||||
|
||||
setting_data_get_string_representation(setting, type_str, type_str_size);
|
||||
if (setting)
|
||||
setting_data_get_string_representation(setting, type_str, type_str_size);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user