mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 13:14:04 +00:00
(Menu) Add labels for some categories
This commit is contained in:
parent
a2e5ccc2c6
commit
4b8f6ce6fa
@ -39,6 +39,12 @@ static void get_title(const char *label, const char *dir,
|
||||
strlcpy(title, "INPUT OPTIONS", sizeof_title);
|
||||
else if (!strcmp(label, "Overlay Options"))
|
||||
strlcpy(title, "OVERLAY OPTIONS", sizeof_title);
|
||||
else if (!strcmp(label, "Menu Options"))
|
||||
strlcpy(title, "MENU OPTIONS", sizeof_title);
|
||||
else if (!strcmp(label, "Patch Options"))
|
||||
strlcpy(title, "PATCH OPTIONS", sizeof_title);
|
||||
else if (!strcmp(label, "UI Options"))
|
||||
strlcpy(title, "UI OPTIONS", sizeof_title);
|
||||
else if (!strcmp(label, "Playlist Options"))
|
||||
strlcpy(title, "PLAYLIST OPTIONS", sizeof_title);
|
||||
else if (!strcmp(label, "Network Options"))
|
||||
|
Loading…
x
Reference in New Issue
Block a user