Fixed warning: 'break' will never be executed
Build (All) / Create test plan (push) Has been cancelled
Build (All) / level1 (push) Has been cancelled
Build (All) / level2 (push) Has been cancelled

This commit is contained in:
Sam Lantinga
2025-07-25 16:20:44 -07:00
parent 970234d62d
commit 72b7fd10b4
-1
View File
@@ -272,7 +272,6 @@ static Uint64 HIDAPI_Driver8BitDo_GetIMURateForProductID(SDL_HIDAPI_Device *devi
case USB_PRODUCT_8BITDO_ULTIMATE2_WIRELESS:
default:
return 120;
break;
}
}