mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-05 22:41:25 +12:00
cellSaveData improved
This commit is contained in:
parent
94cbfd6a5c
commit
4874a81dc5
11 changed files with 462 additions and 277 deletions
|
@ -218,7 +218,7 @@ std::string fmt::merge(std::vector<std::string> source, const std::string& separ
|
|||
result += source[i] + separator;
|
||||
}
|
||||
|
||||
return result + source[source.size() - 1];
|
||||
return result + source.back();
|
||||
}
|
||||
|
||||
std::string fmt::merge(std::initializer_list<std::vector<std::string>> sources, const std::string& separator)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue