InputCommon(GCPad/WiimoteNew): Fixed issue when inifile didn't exist, defaults were...
commit049f43e54328dadc151cf920b07af1b4c3d9728a
authorBilliard26 <Billiard26@8ced0084-cf51-0410-be5f-012b33b47a6e>
Sun, 3 Oct 2010 04:29:34 +0000 (3 04:29 +0000)
committerBilliard26 <Billiard26@8ced0084-cf51-0410-be5f-012b33b47a6e>
Sun, 3 Oct 2010 04:29:34 +0000 (3 04:29 +0000)
treed700536a18f0b7fd23751f0c5954f7dc194ae87f
parent0a9beb11582b58c7798cdf24d8fcf2feaad3edfe
InputCommon(GCPad/WiimoteNew): Fixed issue when inifile didn't exist, defaults were loaded, and input didn't work. Fixed prob in DirectInput(hopefully doesn't break any other gamepads): buffered data wasn't ever being used. WiimoteNew: Hopefully made emulated swinging better(please comment). Added (completely untested) incomplete emulated turntable(DJ Hero) extension support :p. Deleted some files that I meant to delete in my last commit.

git-svn-id: http://dolphin-emu.googlecode.com/svn/trunk@6250 8ced0084-cf51-0410-be5f-012b33b47a6e
12 files changed:
Source/Core/InputCommon/Src/ControllerEmu.h
Source/Core/InputCommon/Src/ControllerInterface/DInput/DInputJoystick.cpp
Source/Core/InputCommon/Src/InputConfig.cpp
Source/Core/VideoCommon/Src/NativeVertexWriter.cpp [deleted file]
Source/Core/VideoCommon/Src/NativeVertexWriter.h [deleted file]
Source/Plugins/Plugin_VideoSoftware/Src/NativeVertexWriter.h [deleted file]
Source/Plugins/Plugin_WiimoteNew/Plugin_WiimoteNew.vcproj
Source/Plugins/Plugin_WiimoteNew/Src/WiimoteEmu/Attachment/Classic.h
Source/Plugins/Plugin_WiimoteNew/Src/WiimoteEmu/Attachment/Turntable.cpp [new file with mode: 0644]
Source/Plugins/Plugin_WiimoteNew/Src/WiimoteEmu/Attachment/Turntable.h [new file with mode: 0644]
Source/Plugins/Plugin_WiimoteNew/Src/WiimoteEmu/WiimoteEmu.cpp
Source/Plugins/Plugin_WiimoteNew/Src/WiimoteEmu/WiimoteHid.h