That sounds like trying to use your Android phone as a FIDO2 device? I'm not sure how that would work. I can plug in my YubiKey to the USB port of my PC to use as a passkey. Would you want to similarly plug in your phone for that?
In this video we put together a Ryzen 8700G powered Mini Gaming PC but instead of installing windows we install Bazzite Linux and this thing Rocks! Powered by the AMD Ryzen 8700G and Backed by 32GB or 8000Mhz DDR5 Ram this thing can Game with out a Graphics card. If you are looking to get the same look and feel as Steam OS Bazzite is perfect!
I unfortunately gave my google stadia controller away thinking they were not going to unlock the bluetooth on it after stadia shut down. Kinda wish I didnt
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
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);}