Initial Xinput ISteamInput/ISteamController support.

This commit is contained in:
Mr_Goldberg 2019-09-10 14:54:54 -04:00
parent 4db580d945
commit 2af93427fe
No known key found for this signature in database
GPG key ID: 8597D87419DEF278
12 changed files with 1814 additions and 56 deletions

View file

@ -27,7 +27,11 @@
#include "steam_remote_storage.h"
#include "steam_screenshots.h"
#include "steam_http.h"
#ifdef CONTROLLER_SUPPORT
#include "steam_controller.h"
#else
#include "steam_controller_disabled.h"
#endif
#include "steam_ugc.h"
#include "steam_applist.h"
#include "steam_music.h"