summaryrefslogtreecommitdiff
path: root/apps/debug_menu.c
diff options
context:
space:
mode:
authorAidan MacDonald <amachronic@protonmail.com>2022-06-01 02:00:30 +0100
committerAidan MacDonald <amachronic@protonmail.com>2024-04-01 17:23:06 +0100
commitf026cc4e176fb80e8d592b95d7a012b7565dd6cc (patch)
treea0b2204da3050188a7d5b15c6e96a01d9b3f30e9 /apps/debug_menu.c
parentac1f92d9e8856f76dd15bc8a314e0646adbe9cf9 (diff)
downloadrockbox-f026cc4e176fb80e8d592b95d7a012b7565dd6cc.tar.gz
rockbox-f026cc4e176fb80e8d592b95d7a012b7565dd6cc.zip
tagcache: Add menu entry for customizing the DB path
Allow the database path to be set from the file browser's "Set As" context menu, so it can be changed without editing the .cfg file by hand. Change-Id: Ie1a84bcb2084ee3b1a0a18cc51f564238515f164
Diffstat (limited to 'apps/debug_menu.c')
-rw-r--r--apps/debug_menu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c
index 36927dd890..c0f6904c8e 100644
--- a/apps/debug_menu.c
+++ b/apps/debug_menu.c
@@ -1871,6 +1871,7 @@ static int database_callback(int btn, struct gui_synclist *lists)
1871 stat->initialized ? "Yes" : "No"); 1871 stat->initialized ? "Yes" : "No");
1872 simplelist_addline("DB Ready: %s", 1872 simplelist_addline("DB Ready: %s",
1873 stat->ready ? "Yes" : "No"); 1873 stat->ready ? "Yes" : "No");
1874 simplelist_addline("DB Path: %s", stat->db_path);
1874 simplelist_addline("RAM Cache: %s", 1875 simplelist_addline("RAM Cache: %s",
1875 stat->ramcache ? "Yes" : "No"); 1876 stat->ramcache ? "Yes" : "No");
1876 simplelist_addline("RAM: %d/%d B", 1877 simplelist_addline("RAM: %d/%d B",