summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/GCAdapter_Null.cpp
diff options
context:
space:
mode:
authorPierre Bourdon <delroth@gmail.com>2016-01-13 14:09:35 +0100
committerPierre Bourdon <delroth@gmail.com>2016-01-13 14:09:35 +0100
commit8ee93fc4fa2eca1a2faa3df965dcbd2044dc4225 (patch)
tree13112cbc0993eb92d622637c3913bd1022a5cb07 /Source/Core/InputCommon/GCAdapter_Null.cpp
parenta3078830690638aa9f960e8f5c03dc4c2d56ac1d (diff)
parentf2038b9e90cd34b65686158981384be24b607f75 (diff)
Merge pull request #3507 from lioncash/header
HW: Header cleanup
Diffstat (limited to 'Source/Core/InputCommon/GCAdapter_Null.cpp')
-rw-r--r--Source/Core/InputCommon/GCAdapter_Null.cpp3
1 files changed, 3 insertions, 0 deletions
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() {}