mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 22:14:17 +00:00
disp/shared.h - use label instead of dir
This commit is contained in:
parent
adf7794216
commit
41d5db6727
@ -47,7 +47,7 @@ static void get_title(const char *label, const char *dir,
|
||||
#endif
|
||||
else if (!strcmp(label, "Font Options"))
|
||||
strlcpy(title, "FONT OPTIONS", sizeof_title);
|
||||
else if (!strcmp(dir, "General Options"))
|
||||
else if (!strcmp(label, "General Options"))
|
||||
strlcpy(title, "GENERAL OPTIONS", sizeof_title);
|
||||
else if (!strcmp(label, "Audio Options"))
|
||||
strlcpy(title, "AUDIO OPTIONS", sizeof_title);
|
||||
|
Loading…
x
Reference in New Issue
Block a user