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

@@ -132,6 +132,7 @@ SOURCES += \
cli/commandlineparser.cpp \
cli/quitstream.cpp \
cli/startstream.cpp \
settings/mappingfetcher.cpp \
settings/streamingpreferences.cpp \
streaming/input/abstouch.cpp \
streaming/input/gamepad.cpp \
@@ -155,6 +156,7 @@ SOURCES += \
HEADERS += \
backend/nvapp.h \
settings/mappingfetcher.h \
utils.h \
backend/computerseeker.h \
backend/identitymanager.h \