Fixed warning: 'break' will never be executed

This commit is contained in:
Sam Lantinga
2025-07-25 16:20:44 -07:00
parent 970234d62d
commit 72b7fd10b4

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