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.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/backends/plugins/psp/psp-provider.cpp b/backends/plugins/psp/psp-provider.cpp
index 61f5d07b5d..f394916538 100644
--- a/backends/plugins/psp/psp-provider.cpp
+++ b/backends/plugins/psp/psp-provider.cpp
@@ -105,8 +105,4 @@ 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__)