diff --git a/Core/PSPLoaders.cpp b/Core/PSPLoaders.cpp index fc2801bdd..75040cd31 100644 --- a/Core/PSPLoaders.cpp +++ b/Core/PSPLoaders.cpp @@ -252,7 +252,7 @@ bool Load_PSP_ELF_PBP(const char *filename, std::string *error_string) const std::string filepath = ReplaceAll(pathNorm.substr(rootNorm.size()), "\\", "/"); file = filepath + "/" + file; - path = rootNorm; + path = rootNorm + "/"; pspFileSystem.SetStartingDirectory(filepath); }