mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-25 16:24:53 +02:00
Oops, this modifies the input string it seems.
Not sure if ISOs are actually case insensitive, though?
This commit is contained in:
@@ -249,7 +249,7 @@ std::string VirtualDiscFileSystem::GetLocalPath(std::string localpath) {
|
||||
return basePath + localpath;
|
||||
}
|
||||
|
||||
int VirtualDiscFileSystem::getFileListIndex(const std::string &fileName)
|
||||
int VirtualDiscFileSystem::getFileListIndex(std::string &fileName)
|
||||
{
|
||||
std::string normalized;
|
||||
if (fileName.length() >= 1 && fileName[0] == '/') {
|
||||
|
||||
Reference in New Issue
Block a user