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:
Sam Lantinga
2025-09-02 09:01:53 -07:00
parent b47572c9bb
commit a562e40d2c

View File

@@ -179,11 +179,6 @@ static bool HIDAPI_Driver8BitDo_InitDevice(SDL_HIDAPI_Device *device)
ctx->sensors_supported = true; ctx->sensors_supported = true;
ctx->rumble_supported = true; ctx->rumble_supported = true;
ctx->powerstate_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; break;
} }