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