aboutsummaryrefslogtreecommitdiff
path: root/backends/plugins/psp
diff options
context:
space:
mode:
Diffstat (limited to 'backends/plugins/psp')
-rw-r--r--backends/plugins/psp/psp-provider.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/backends/plugins/psp/psp-provider.h b/backends/plugins/psp/psp-provider.h
index ef2222076a..0ebb00f048 100644
--- a/backends/plugins/psp/psp-provider.h
+++ b/backends/plugins/psp/psp-provider.h
@@ -36,8 +36,8 @@ protected:
bool isPluginFilename(const Common::FSNode &node) const;
- virtual void addCustomDirectories(Common::StringArray &dirs) const {
- dirs.push_back("/");
+ virtual void addCustomDirectories(Common::FSList &dirs) const {
+ dirs.push_back(Common::FSNode("/"));
}
};