(Menu) Add labels for some categories

This commit is contained in:
twinaphex 2015-01-16 16:17:58 +01:00
parent a2e5ccc2c6
commit 4b8f6ce6fa

View File

@ -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"))