diff options
| author | Shawn Hoffman <godisgovernment@gmail.com> | 2010-06-03 06:34:54 +0000 |
|---|---|---|
| committer | Shawn Hoffman <godisgovernment@gmail.com> | 2010-06-03 06:34:54 +0000 |
| commit | 360b8427fd91789e615bd8e004f51de6d7e5888a (patch) | |
| tree | b128b1dc9f5af96c9803a2a509bc0f804d4034fb /Source/Core/InputCommon/Src/SConscript | |
| parent | 89aeda83a36c7d4594c4d666433e6a0957a89291 (diff) | |
aaand compile fix on windows :p
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5583 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/InputCommon/Src/SConscript')
| -rw-r--r-- | Source/Core/InputCommon/Src/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/InputCommon/Src/SConscript b/Source/Core/InputCommon/Src/SConscript index d116c0f49c..59796940d7 100644 --- a/Source/Core/InputCommon/Src/SConscript +++ b/Source/Core/InputCommon/Src/SConscript @@ -5,7 +5,7 @@ icenv = env.Clone() files = [ 'Configuration.cpp', - 'Config.cpp', + 'InputConfig.cpp', 'ControllerEmu.cpp', 'SDL_Util.cpp', 'ControllerInterface/ControllerInterface.cpp', |
