diff options
| author | Jordan Woyak <jordan.woyak@gmail.com> | 2010-05-05 04:31:21 +0000 |
|---|---|---|
| committer | Jordan Woyak <jordan.woyak@gmail.com> | 2010-05-05 04:31:21 +0000 |
| commit | ec11685a664dd3f34720f0c0ad589e92a652cc5f (patch) | |
| tree | 7af7edf3ff0014f06cbb86a26823d5a171e34917 /Source/UnitTests/UnitTests.cpp | |
| parent | 6c934f79515c4a0bd221226ac44fd81d22f0a23e (diff) | |
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: https://dolphin-emu.googlecode.com/svn/trunk@5434 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/UnitTests/UnitTests.cpp')
| -rw-r--r-- | Source/UnitTests/UnitTests.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/UnitTests/UnitTests.cpp b/Source/UnitTests/UnitTests.cpp index 4273f99b46..c732ea3d1e 100644 --- a/Source/UnitTests/UnitTests.cpp +++ b/Source/UnitTests/UnitTests.cpp @@ -138,8 +138,3 @@ void Host_UpdateLeds(int bits){} void Host_UpdateSpeakerStatus(int index, int bits){} void Host_UpdateStatus(){} void Host_Message(int){} - -int CSIDevice_GCController::GetNetInput(u8 numPAD, SPADStatus PadStatus, u32 *PADStatus) -{ - return 0; -} |
