diff options
Diffstat (limited to 'Source/Core/InputCommon')
| -rw-r--r-- | Source/Core/InputCommon/GCAdapter.h | 2 | ||||
| -rw-r--r-- | Source/Core/InputCommon/GCAdapter_Null.cpp | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/Source/Core/InputCommon/GCAdapter.h b/Source/Core/InputCommon/GCAdapter.h index 5af8f7b915..a1780cdf1e 100644 --- a/Source/Core/InputCommon/GCAdapter.h +++ b/Source/Core/InputCommon/GCAdapter.h @@ -6,6 +6,8 @@ #include <functional> +#include "Common/CommonTypes.h" + struct GCPadStatus; namespace GCAdapter diff --git a/Source/Core/InputCommon/GCAdapter_Null.cpp b/Source/Core/InputCommon/GCAdapter_Null.cpp index 0936eb33f1..b7bc81dfa7 100644 --- a/Source/Core/InputCommon/GCAdapter_Null.cpp +++ b/Source/Core/InputCommon/GCAdapter_Null.cpp @@ -2,9 +2,12 @@ // Licensed under GPLv2+ // Refer to the license.txt file included. +#include "Common/CommonTypes.h" #include "InputCommon/GCAdapter.h" + namespace GCAdapter { + void Init() {} void Reset() {} void ResetRumble() {} |
