| Line 71... |
Line 71... |
| 71 |
|
71 |
|
| 72 |
int findAddonType(const Utils::String &gameExe) const;
|
72 |
int findAddonType(const Utils::String &gameExe) const;
|
| 73 |
int GetGameType(const Utils::String &gameExe) const;
|
73 |
int GetGameType(const Utils::String &gameExe) const;
|
| 74 |
int GetGameVersion(const Utils::String &gameExe, Utils::String *fVersion) const;
|
74 |
int GetGameVersion(const Utils::String &gameExe, Utils::String *fVersion) const;
|
| 75 |
bool GetGameVersionName(const Utils::String &gameExe, Utils::String *versionName) const;
|
75 |
bool GetGameVersionName(const Utils::String &gameExe, Utils::String *versionName) const;
|
| 76 |
Utils::String ExtractGameName(const Utils::String &dir) const;
|
76 |
Utils::String extractGameName(const Utils::String &dir, Utils::String *extra = nullptr) const;
|
| 77 |
Utils::String GetGameRunExe(const Utils::String &dir) const;
|
77 |
Utils::String GetGameRunExe(const Utils::String &dir) const;
|
| 78 |
Utils::String GetGameName(const Utils::String &gameExe) const;
|
78 |
Utils::String GetGameName(const Utils::String &gameExe) const;
|
| 79 |
Utils::String GetGameBaseName(const Utils::String &gameExe) const;
|
79 |
Utils::String GetGameBaseName(const Utils::String &gameExe) const;
|
| 80 |
Utils::String GetGameNameFromType(int type) const;
|
80 |
Utils::String GetGameNameFromType(int type) const;
|
| 81 |
Utils::String GetGameVersionFromType(int game, int gameVersion, const Utils::String &fGameVersion) const;
|
81 |
Utils::String GetGameVersionFromType(int game, int gameVersion, const Utils::String &fGameVersion) const;
|