NetPlay: Allow manual adjustments to the pad buffer size. Hacked in all the functions...
commit9071ac8f2d0f41fd8ffe368f947b298a22ad5404
authorBilliard26 <Billiard26@8ced0084-cf51-0410-be5f-012b33b47a6e>
Wed, 5 May 2010 04:31:21 +0000 (5 04:31 +0000)
committerBilliard26 <Billiard26@8ced0084-cf51-0410-be5f-012b33b47a6e>
Wed, 5 May 2010 04:31:21 +0000 (5 04:31 +0000)
tree0857b4f1e20249ecbe80622a5f179c0309c26abe
parent60c4e434637ba4772cd8f034a884b73964f099a7
NetPlay: Allow manual adjustments to the pad buffer size. Hacked in all the functions that will be needed for wiimote support (not functional yet). Rumble is sent to the correct gamepad during netplay. Stop button works better. Games no longer hang on disconnect.

git-svn-id: http://dolphin-emu.googlecode.com/svn/trunk@5434 8ced0084-cf51-0410-be5f-012b33b47a6e
15 files changed:
Source/Core/Core/Src/HW/EXI_DeviceIPL.cpp
Source/Core/Core/Src/HW/EXI_DeviceIPL.h
Source/Core/Core/Src/HW/SI_DeviceGCController.cpp
Source/Core/Core/Src/HW/SI_DeviceGCController.h
Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_usb.cpp
Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_usb.h
Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_WiiMote.cpp
Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_WiiMote.h
Source/Core/DolphinWX/DolphinWX.vcproj
Source/Core/DolphinWX/Src/NetPlay.cpp
Source/Core/DolphinWX/Src/NetPlay.h
Source/Core/DolphinWX/Src/NetWindow.cpp
Source/Core/DolphinWX/Src/NetWindow.h
Source/Core/DolphinWX/Src/SConscript
Source/UnitTests/UnitTests.cpp