mirror of
https://github.com/libretro/RetroArch.git
synced 2025-01-24 18:36:31 +00:00
Label of RGUI_OVERLAY_DIR_PATH - change to <default>
This commit is contained in:
parent
4dec0f271e
commit
5608683d41
@ -665,7 +665,7 @@ static void render_text(rgui_handle_t *rgui)
|
||||
if (*g_extern.overlay_dir)
|
||||
strlcpy(type_str, g_extern.overlay_dir, sizeof(type_str));
|
||||
else
|
||||
strlcpy(type_str, "<ROM dir>", sizeof(type_str));
|
||||
strlcpy(type_str, "<default>", sizeof(type_str));
|
||||
break;
|
||||
#endif
|
||||
case RGUI_SAVESTATE_DIR_PATH:
|
||||
|
Loading…
x
Reference in New Issue
Block a user