mirror of
https://github.com/libretro/RetroArch
synced 2025-04-07 13:23:32 +00:00
Replace with string_ends_with
This commit is contained in:
parent
d9bbe604e9
commit
88b8e5a16a
@ -9507,7 +9507,7 @@ static void materialui_list_insert(
|
|||||||
node->icon_texture_index = MUI_TEXTURE_PLAYLIST;
|
node->icon_texture_index = MUI_TEXTURE_PLAYLIST;
|
||||||
node->has_icon = true;
|
node->has_icon = true;
|
||||||
}
|
}
|
||||||
else if (strcasestr(label, "_input_binds_list"))
|
else if (string_ends_with(label, "_input_binds_list"))
|
||||||
{
|
{
|
||||||
unsigned i;
|
unsigned i;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user