diff options
| author | Matthew Parlane <parlane@gmail.com> | 2013-05-19 14:45:24 +1200 |
|---|---|---|
| committer | Matthew Parlane <parlane@gmail.com> | 2013-05-19 14:45:24 +1200 |
| commit | 065d772696fd66720574fadbcbf4ce8190ff5d20 (patch) | |
| tree | f9557299aaec29b0457016dd75071f3a398117ee /Source/Core/InputCommon/Src/InputConfig.cpp | |
| parent | 7208823396762ae9659ec03addabe696fa93256b (diff) | |
Windows should have support for Balance Board now.
Needs to be tested.
Diffstat (limited to 'Source/Core/InputCommon/Src/InputConfig.cpp')
| -rw-r--r-- | Source/Core/InputCommon/Src/InputConfig.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Core/InputCommon/Src/InputConfig.cpp b/Source/Core/InputCommon/Src/InputConfig.cpp index e1af00f41d..96fc6205db 100644 --- a/Source/Core/InputCommon/Src/InputConfig.cpp +++ b/Source/Core/InputCommon/Src/InputConfig.cpp @@ -3,8 +3,8 @@ // Refer to the license.txt file included. #include "InputConfig.h" -#include "../Src/ConfigManager.h" -#include "../Src/HW/Wiimote.h" +#include "../../Core/Src/ConfigManager.h" +#include "../../Core/Src/HW/Wiimote.h" InputPlugin::~InputPlugin() { |
