summaryrefslogtreecommitdiff
path: root/menu_dirselect.h
diff options
context:
space:
mode:
Diffstat (limited to 'menu_dirselect.h')
-rw-r--r--menu_dirselect.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/menu_dirselect.h b/menu_dirselect.h
index 7491d6d..a260d16 100644
--- a/menu_dirselect.h
+++ b/menu_dirselect.h
@@ -63,6 +63,9 @@ private:
~cMenuDirSelect();
void Load();
void AddDistinct(const char* szText);
+#if APIVERSNUM >= 10712
+ static void AddVDRFolders(cNestedItem* folder, string parentDirectory = "");
+#endif
virtual eOSState ProcessKey(eKeys Key);
int Level(const char* szDir);
void ReplaceDirVars();