mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-28 13:28:01 +03:00
Loader: split add_only into own function
The new code does not require any modifications apart from loading vfs
This commit is contained in:
parent
f080798000
commit
ad5a62b62d
9 changed files with 217 additions and 108 deletions
|
@ -173,8 +173,8 @@ namespace fmt
|
|||
return result;
|
||||
}
|
||||
|
||||
std::string to_upper(const std::string& string);
|
||||
std::string to_lower(const std::string& string);
|
||||
std::string to_upper(std::string_view string);
|
||||
std::string to_lower(std::string_view string);
|
||||
|
||||
bool match(const std::string& source, const std::string& mask);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue