This commit is contained in:
Cameron Gutman
2018-09-13 11:17:51 -07:00
parent 265ec96c6f
commit f2f8f92172
6 changed files with 523 additions and 7 deletions

View File

@@ -9,9 +9,12 @@ public:
static QString getBoxArtCacheDir();
static QString getGamepadMappingFile();
static void initialize(bool portable);
private:
static QString s_LogDir;
static QString s_BoxArtCacheDir;
static const QString k_GameControllerMappingFile;
};