mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-19 20:46:05 +00:00
Fixed initial rumble on the 8BitDo 64 Bluetooth Controller
This commit is contained in:
parent
ef5b1c8f5f
commit
f211a3bb69
1 changed files with 2 additions and 2 deletions
|
|
@ -573,8 +573,8 @@ static Uint16 EncodeRumbleLowAmplitude(Uint16 amplitude)
|
|||
static void SetNeutralRumble(SwitchRumbleData_t *pRumble)
|
||||
{
|
||||
pRumble->rgucData[0] = 0x00;
|
||||
pRumble->rgucData[1] = 0x01;
|
||||
pRumble->rgucData[2] = 0x40;
|
||||
pRumble->rgucData[1] = 0x00;
|
||||
pRumble->rgucData[2] = 0x01;
|
||||
pRumble->rgucData[3] = 0x40;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue