Fetch updated gamepad mappings each launch

This commit is contained in:
Cameron Gutman
2020-11-21 14:45:34 -06:00
parent aa4684077d
commit e224a7f0c7
7 changed files with 106 additions and 1 deletions

View File

@@ -10,6 +10,7 @@ public:
static QString getBoxArtCacheDir();
static QByteArray readDataFile(QString fileName);
static void writeDataFile(QString fileName, QByteArray data);
// Only safe to use directly for Qt classes
static QString getDataFilePath(QString fileName);
@@ -17,6 +18,7 @@ public:
static void initialize(bool portable);
private:
static QString s_CacheDir;
static QString s_LogDir;
static QString s_BoxArtCacheDir;
};