wiredopposite / OGX-Mini

RP2040 USB gamepad emulation for multiple platforms.
MIT License
109 stars 8 forks source link

Xbox 360 output #15

Open Invictaz opened 6 months ago

Invictaz commented 6 months ago

Controller connection is encrypted, however the key can be retrieved.

https://github.com/GoobyCorp/Xbox-360-Crypto/blob/master/xsm3.py

https://github.com/Santroller/Santroller/blob/16d86b1004f3f73739e5b723e38c98126b578642/src/shared/usb/xsm3/xsm3.c#L201

https://github.com/xboxdrv/xboxdrv/blob/stable/PROTOCOL

https://brandonw.net/360bridge/doc.php

Invictaz commented 1 hour ago

GP2040-CE just added Xbox 360 output mode with passthrough authentication

https://github.com/OpenStickCommunity/GP2040-CE/releases/tag/v0.7.10-RC3

Maybe this is useful