mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-23 11:18:25 +00:00
Update get_title
This commit is contained in:
parent
d024f0d782
commit
3ce7ada790
@ -265,6 +265,8 @@ static INLINE void get_title(const char *label, const char *dir,
|
||||
strlcpy(title, "CORE OPTIONS", sizeof_title);
|
||||
else if (!strcmp(label, "shader_options"))
|
||||
strlcpy(title, "SHADER OPTIONS", sizeof_title);
|
||||
else if (!strcmp(label, "video_options"))
|
||||
strlcpy(title, "VIDEO OPTIONS", sizeof_title);
|
||||
else if (!strcmp(label, "core_cheat_options"))
|
||||
strlcpy(title, "CORE CHEAT OPTIONS", sizeof_title);
|
||||
else if (!strcmp(label, "core_input_remapping_options"))
|
||||
|
Loading…
Reference in New Issue
Block a user