mirror of
https://github.com/libretro/RetroArch
synced 2025-03-23 10:20:57 +00:00
Get rid of unnecessary casts
This commit is contained in:
parent
132605b24b
commit
ada290ba39
@ -816,8 +816,7 @@ void get_core_title(char *title_msg, size_t title_msg_len)
|
||||
// Bind, Enum, Number, String, Action. [Sub-menus would be action,
|
||||
// because it causes an effect]
|
||||
|
||||
setting =
|
||||
(rarch_setting_t*)setting_find_setting
|
||||
setting = setting_find_setting
|
||||
(menu->list_settings,
|
||||
menu->menu_list->selection_buf->list[i].label);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user