mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-08-31 09:45:24 +02:00
Instead of flash0directory, have a NAND subdirectory under PSP, where you can keep flash0, flash1 etc.
Also make it configurable via command line.
This commit is contained in:
@@ -195,6 +195,7 @@ int MetaFileSystem::MapFilePath(std::string_view _inpath, std::string *outpath,
|
||||
|
||||
// Special handling: host0:command.txt (as seen in Super Monkey Ball Adventures, for example)
|
||||
// appears to mean the current directory on the UMD.
|
||||
// Actually, not sure if this is still needed. It doesn't make a whole lot of sense.
|
||||
if (startsWithNoCase(inpath.c_str(), "host0:") && !host0Mapped_) {
|
||||
inpath = "umd0:" + inpath.substr(strlen("host0:"));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user