Use the same interface for both enabled and disabled controller builds.

This commit is contained in:
Mr_Goldberg 2021-02-07 19:09:48 -05:00
parent 69d5facf4f
commit bfa1e95f7b
No known key found for this signature in database
GPG key ID: 8597D87419DEF278
4 changed files with 15 additions and 382 deletions

View file

@ -27,11 +27,7 @@
#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"