mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 14:43:20 +00:00
Revert "Disable rumble for the Ultimate 2 Wireless Controller in dongle mode"
This reverts commit 065fdca953.
8BitDo has fixed the rumble issue with dongle firmware update V1.05
This commit is contained in:
parent
b47572c9bb
commit
a562e40d2c
1 changed files with 0 additions and 5 deletions
|
|
@ -179,11 +179,6 @@ static bool HIDAPI_Driver8BitDo_InitDevice(SDL_HIDAPI_Device *device)
|
|||
ctx->sensors_supported = true;
|
||||
ctx->rumble_supported = true;
|
||||
ctx->powerstate_supported = true;
|
||||
|
||||
if (!device->is_bluetooth) {
|
||||
// The dongle appears to just stop sending reports after intense rumble activity
|
||||
ctx->rumble_supported = false;
|
||||
}
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue