mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-01 14:28:02 +03:00
Removed some debug testing code.
This commit is contained in:
parent
9af711b12c
commit
3fd1b4ee83
1 changed files with 0 additions and 2 deletions
|
@ -265,8 +265,6 @@ void CSIDevice_GCSteeringWheel::SendCommand(u32 _Cmd, u8 _Poll)
|
||||||
// get the correct pad number that should rumble locally when using netplay
|
// get the correct pad number that should rumble locally when using netplay
|
||||||
const u8 numPAD = NetPlay_GetPadNum(ISIDevice::m_iDeviceNumber);
|
const u8 numPAD = NetPlay_GetPadNum(ISIDevice::m_iDeviceNumber);
|
||||||
|
|
||||||
NOTICE_LOG(COMMON, "Type: %d Strength: %d", uType, uStrength);
|
|
||||||
|
|
||||||
if (numPAD < 4)
|
if (numPAD < 4)
|
||||||
Pad::Motor(numPAD, uType, uStrength);
|
Pad::Motor(numPAD, uType, uStrength);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue