mirror of
https://github.com/wiiu-env/sdcafiine_plugin.git
synced 2024-11-21 19:09:16 +01:00
Fix modTitlePath
This commit is contained in:
parent
54750ac330
commit
2b54ce2f47
@ -43,7 +43,7 @@ void HandleMultiModPacks(uint64_t titleID) {
|
||||
}
|
||||
|
||||
std::string packageName = curFile;
|
||||
modTitlePath[packageName] = modTitleIDPath.append("/").append(curFile);
|
||||
modTitlePath[packageName] = modTitleIDPath + "/" + curFile;
|
||||
DEBUG_FUNCTION_LINE("found %s", packageName.c_str());
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user