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

@@ -1,5 +1,7 @@
#pragma once
#include "mappingfetcher.h"
#include <QSettings>
class SdlGamepadMapping
@@ -70,5 +72,7 @@ public:
private:
QMap<QString, SdlGamepadMapping> m_Mappings;
static MappingFetcher* s_MappingFetcher;
};