mirror of
https://github.com/izzy2lost/ppsspp.git
synced 2026-03-10 12:43:04 -07:00
Address all the easy feedback. Some is left.
This commit is contained in:
@@ -180,9 +180,7 @@ Path DirectoryFileHandle::GetLocalPath(const Path &basePath, std::string localpa
|
||||
if (localpath[0] == '/')
|
||||
localpath.erase(0, 1);
|
||||
|
||||
Path result = basePath / localpath;
|
||||
// TODO?: Windows used to translate to backslashes here.
|
||||
return result;
|
||||
return basePath / localpath;
|
||||
}
|
||||
|
||||
bool DirectoryFileHandle::Open(const Path &basePath, std::string &fileName, FileAccess access, u32 &error) {
|
||||
|
||||
Reference in New Issue
Block a user