aboutsummaryrefslogtreecommitdiff
path: root/backends/fs/psp2
diff options
context:
space:
mode:
authorrsn88872018-03-28 22:58:39 -0500
committerrsn88872018-03-28 23:01:01 -0500
commita4fe03c0a53ad89960f4934ea677ff0a7c0bc1f7 (patch)
tree7a6c2a3f35966b6a6019e050dc3eb3e62a623b06 /backends/fs/psp2
parentb875f46db0f15f6fbbcda952457712ff9453a05b (diff)
downloadscummvm-rg350-a4fe03c0a53ad89960f4934ea677ff0a7c0bc1f7.tar.gz
scummvm-rg350-a4fe03c0a53ad89960f4934ea677ff0a7c0bc1f7.tar.bz2
scummvm-rg350-a4fe03c0a53ad89960f4934ea677ff0a7c0bc1f7.zip
PSP2: allow loading games from uma0: in addition to ux0:
Diffstat (limited to 'backends/fs/psp2')
-rw-r--r--backends/fs/psp2/psp2-fs-factory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/fs/psp2/psp2-fs-factory.cpp b/backends/fs/psp2/psp2-fs-factory.cpp
index 68d91122b8..946eb10649 100644
--- a/backends/fs/psp2/psp2-fs-factory.cpp
+++ b/backends/fs/psp2/psp2-fs-factory.cpp
@@ -32,7 +32,7 @@
#include "backends/fs/psp2/psp2-fs-factory.h"
AbstractFSNode *PSP2FilesystemFactory::makeRootFileNode() const {
- return new POSIXFilesystemNode("ux0:");
+ return new POSIXFilesystemNode("/");
}
AbstractFSNode *PSP2FilesystemFactory::makeCurrentDirectoryFileNode() const {