CoreParameter: Unify LoadDefaultGameIni and LoadLocalGameIni

A side effect of this is that user INIs now can specify revisions.
I don't think anyone will use it, but there's no reason to not allow it.
This commit is contained in:
JosJuice
2015-02-06 19:34:17 +01:00
parent d73a6ea3b7
commit 8670f2a627
2 changed files with 8 additions and 14 deletions

View File

@ -265,6 +265,5 @@ struct SCoreStartupParameter
IniFile LoadGameIni() const;
private:
void LoadDefaultGameIni(IniFile* game_ini) const;
void LoadLocalGameIni(IniFile* game_ini) const;
void LoadGameIni(IniFile* game_ini, const std::string& path) const;
};