mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-05-27 19:19:41 +08:00
Fixed warning: 'break' will never be executed
This commit is contained in:
@@ -272,7 +272,6 @@ static Uint64 HIDAPI_Driver8BitDo_GetIMURateForProductID(SDL_HIDAPI_Device *devi
|
|||||||
case USB_PRODUCT_8BITDO_ULTIMATE2_WIRELESS:
|
case USB_PRODUCT_8BITDO_ULTIMATE2_WIRELESS:
|
||||||
default:
|
default:
|
||||||
return 120;
|
return 120;
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user