SDL_CONTROLLER_TYPE_GOOGLE_STADIA has been removed, and can be replaced with this code:
SDL_bool SDL_IsJoystickGoogleStadiaController(Uint16 vendor_id, Uint16 product_id)
{
return (vendor_id == 0x18d1 && product_id == 0x9400);
}
SDL_CONTROLLER_TYPE_GOOGLE_STADIA has been removed, and can be replaced with this code:
SDL_bool SDL_IsJoystickGoogleStadiaController(Uint16 vendor_id, Uint16 product_id)
{
return (vendor_id == 0x18d1 && product_id == 0x9400);
}
I ordered one may 17th. It was slated to arrive 10-15 days after purchase. It arrived the day after I went on my vacation because Amazon couldn't be bothered to charge my card in a reasonable time
Think the motor is the same. If I remember correctly the max comes with more back paddles, and a switch to turn the triggers from analog to digital and vise versa
Hey guys, I did just notice rpm-ostree put quite a lot of strain on my CPU and RAM, but for a relatively short time - about 5-10 minutes. What does it do - is it some sort of system maintenance, that activates from time to time, is it simular to Windows updates, checking regularly for critical updates?
SDL_CONTROLLER_TYPE_GOOGLE_STADIA has been removed, and can be replaced with this code:SDL_bool SDL_IsJoystickGoogleStadiaController(Uint16 vendor_id, Uint16 product_id){ return (vendor_id == 0x18d1 && product_id == 0x9400);}
SDL_CONTROLLER_TYPE_GOOGLE_STADIA has been removed, and can be replaced with this code:SDL_bool SDL_IsJoystickGoogleStadiaController(Uint16 vendor_id, Uint16 product_id){ return (vendor_id == 0x18d1 && product_id == 0x9400);}