New Wiimote Plugin: Added a real wiimote io_write queue like the old plugin. A combin...
commit1dd580aee45eaecb30841e9012143b07d04ce9e3
authorBilliard26 <Billiard26@8ced0084-cf51-0410-be5f-012b33b47a6e>
Thu, 29 Jul 2010 10:21:48 +0000 (29 10:21 +0000)
committerBilliard26 <Billiard26@8ced0084-cf51-0410-be5f-012b33b47a6e>
Thu, 29 Jul 2010 10:21:48 +0000 (29 10:21 +0000)
tree2049aa74394c81e3e8f4f0a7a9f72b5b957eea6b
parent7b6e98975de6516b588cac8dea33e7dd8ab9ab75
New Wiimote Plugin: Added a real wiimote io_write queue like the old plugin. A combination of locks and lack of a write queue were the cause of the real wiimote slowdown. - new plugin should work as good as the old one with real wiimotes now.(but still lacking a pairup button) Other stuff: Disabled execution of Gecko Codes when Dolphin has cheats disabled.(fixes issue 2971) Allow the range of an input to be increased to 500% (will make ps3 controller's tilt more usable)

git-svn-id: http://dolphin-emu.googlecode.com/svn/trunk@5993 8ced0084-cf51-0410-be5f-012b33b47a6e
Source/Core/Common/Common.vcproj
Source/Core/Common/Src/FifoQueue.h [new file with mode: 0644]
Source/Core/Core/Src/GeckoCode.cpp
Source/Core/InputUICommon/Src/ConfigDiag.cpp
Source/Plugins/Plugin_WiimoteNew/Src/WiimoteReal/WiimoteReal.cpp