mirror of
https://github.com/libretro/RetroArch
synced 2025-03-02 19:13:34 +00:00
(Menu) Add Content Dir label
This commit is contained in:
parent
3a5011afcc
commit
a25a258153
@ -354,6 +354,8 @@ static void rgui_render(void *data)
|
||||
snprintf(title, sizeof(title), "DSP FILTER %s", dir);
|
||||
else if (menu_type == RGUI_BROWSER_DIR_PATH)
|
||||
snprintf(title, sizeof(title), "BROWSER DIR %s", dir);
|
||||
else if (menu_type == RGUI_CONTENT_DIR_PATH)
|
||||
snprintf(title, sizeof(title), "CONTENT DIR %s", dir);
|
||||
#ifdef HAVE_SCREENSHOTS
|
||||
else if (menu_type == RGUI_SCREENSHOT_DIR_PATH)
|
||||
snprintf(title, sizeof(title), "SCREENSHOT DIR %s", dir);
|
||||
|
@ -213,6 +213,8 @@ static void rmenu_render(void *data)
|
||||
snprintf(title, sizeof(title), "DSP FILTER %s", dir);
|
||||
else if (menu_type == RGUI_BROWSER_DIR_PATH)
|
||||
snprintf(title, sizeof(title), "BROWSER DIR %s", dir);
|
||||
else if (menu_type == RGUI_CONTENT_DIR_PATH)
|
||||
snprintf(title, sizeof(title), "CONTENT DIR %s", dir);
|
||||
#ifdef HAVE_SCREENSHOTS
|
||||
else if (menu_type == RGUI_SCREENSHOT_DIR_PATH)
|
||||
snprintf(title, sizeof(title), "SCREENSHOT DIR %s", dir);
|
||||
|
@ -465,6 +465,8 @@ static void rmenu_xui_render(void *data)
|
||||
snprintf(title, sizeof(title), "DSP FILTER %s", dir);
|
||||
else if (menu_type == RGUI_BROWSER_DIR_PATH)
|
||||
snprintf(title, sizeof(title), "BROWSER DIR %s", dir);
|
||||
else if (menu_type == RGUI_CONTENT_DIR_PATH)
|
||||
snprintf(title, sizeof(title), "CONTENT DIR %s", dir);
|
||||
#ifdef HAVE_SCREENSHOTS
|
||||
else if (menu_type == RGUI_SCREENSHOT_DIR_PATH)
|
||||
snprintf(title, sizeof(title), "SCREENSHOT DIR %s", dir);
|
||||
|
Loading…
x
Reference in New Issue
Block a user