mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 01:25:07 +02:00
Make the i18n T function use std::string_view
Buildfixes, crashfixes One more Android buildfix Buildfix Qt
This commit is contained in:
@@ -413,7 +413,7 @@ bool GameManager::DetectTexturePackDest(struct zip *z, int iniIndex, Path &dest)
|
||||
return true;
|
||||
}
|
||||
|
||||
void GameManager::SetInstallError(const std::string &err) {
|
||||
void GameManager::SetInstallError(std::string_view err) {
|
||||
installProgress_ = 0.0f;
|
||||
installError_ = err;
|
||||
InstallDone();
|
||||
|
||||
Reference in New Issue
Block a user