mirror of
https://github.com/izzy2lost/ppsspp.git
synced 2026-03-10 12:43:04 -07:00
[Core/Dialog/ELF/FileSystems/HLE/HW/Util] Added const reference for function params
This commit is contained in:
@@ -966,7 +966,7 @@ VFSFileSystem::~VFSFileSystem() {
|
||||
entries.clear();
|
||||
}
|
||||
|
||||
std::string VFSFileSystem::GetLocalPath(std::string localPath) {
|
||||
std::string VFSFileSystem::GetLocalPath(const std::string &localPath) {
|
||||
return basePath + localPath;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user