mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-25 00:04:49 +02:00
Function name change, additional comments, code cleanup for remote disc streaming
This commit is contained in:
@@ -279,7 +279,7 @@ void SplitString(const std::string& str, const char delim, std::vector<std::stri
|
||||
}
|
||||
}
|
||||
|
||||
void FindQuotedStrings(const std::string& str, std::vector<std::string>& output)
|
||||
void GetQuotedStrings(const std::string& str, std::vector<std::string>& output)
|
||||
{
|
||||
size_t next = 0;
|
||||
bool even = 0;
|
||||
|
||||
Reference in New Issue
Block a user