aboutsummaryrefslogtreecommitdiff
path: root/backends/plugins/dc/dc-provider.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'backends/plugins/dc/dc-provider.cpp')
-rw-r--r--backends/plugins/dc/dc-provider.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/backends/plugins/dc/dc-provider.cpp b/backends/plugins/dc/dc-provider.cpp
index f73af3854b..8bc4db1a6b 100644
--- a/backends/plugins/dc/dc-provider.cpp
+++ b/backends/plugins/dc/dc-provider.cpp
@@ -97,5 +97,8 @@ bool DCPluginProvider::isPluginFilename(const Common::FSNode &node) const {
return true;
}
+void DCPluginProvider::addCustomDirectories(Common::FSList &dirs) const {
+ dirs.push_back(Common::FSNode("/"));
+}
#endif // defined(DYNAMIC_MODULES) && defined(__DC__)