mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 09:35:09 +02:00
Address all the easy feedback. Some is left.
This commit is contained in:
+1
-2
@@ -1614,13 +1614,12 @@ void Config::changeGameSpecific(const std::string &pGameId, const std::string &t
|
||||
}
|
||||
|
||||
bool Config::createGameConfig(const std::string &pGameId) {
|
||||
Path fullIniFilePath = Path(getGameConfigFile(pGameId));
|
||||
Path fullIniFilePath = getGameConfigFile(pGameId);
|
||||
|
||||
if (hasGameConfig(pGameId)) {
|
||||
return false;
|
||||
}
|
||||
|
||||
// TODO(scoped):
|
||||
File::CreateEmptyFile(fullIniFilePath);
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user