Prechádzať zdrojové kódy

Revert "Disable rumble for the Ultimate 2 Wireless Controller in dongle mode"

This reverts commit 065fdca953c91c4f76d8c7cb8dc824eee3e18c2f.

8BitDo has fixed the rumble issue with dongle firmware update V1.05
Sam Lantinga 1 týždeň pred
rodič
commit
a562e40d2c
1 zmenil súbory, kde vykonal 0 pridanie a 5 odobranie
  1. 0 5
      src/joystick/hidapi/SDL_hidapi_8bitdo.c

+ 0 - 5
src/joystick/hidapi/SDL_hidapi_8bitdo.c

@@ -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;
         }