mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-26 00:34:45 +02: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