wiredopposite / OGX-Mini

RP2040 USB gamepad emulation for multiple platforms.
MIT License
89 stars 5 forks source link

FYI: This works on a modded Xbox 360 #23

Open baabo opened 2 months ago

baabo commented 2 months ago

I just tested this on an RGH modded Xbox 360 with UsbdSecPatch installed. The adapter works without issues in Xinput mode. Thank you for creating this project!

Invictaz commented 2 months ago

Interesting find.

Maybe we can add the

"WgcAddDevice to skip over a check for a certain interface that is usually missing on certain custom controller firmwares."

To the OGX- mini ?

IzWhatitizz commented 2 months ago

I tested this also. Tested Need for Speed the Run and analog sticks didn't work. All other buttons were fine.

baabo commented 2 months ago

The analog sticks definitely worked in Call of Duty 4 with a DualSense controller.

IzWhatitizz commented 2 months ago

You're right there is something going on with my UsbdSecPatch plugin. Tried 4 different controllers and same result. Even tried 8bitdo v2 receiver, so it has to be my plugin.

baabo commented 2 months ago

You could try updating the plugin to 1.1 version if it is not already on that version. I also use the XeBuild patch and not the Dashlaunch patch. I like it better integrated into XeBuild as with that you don't have to replug the controller every time the console boots.

IzWhatitizz commented 2 months ago

That's what I'm gonna have to do. I'm pretty sure that is my problem. Thx

baabo commented 4 weeks ago

I now noticed that the left stick doesn't work in Aurora or Microsoft guide menu for browsing the menus. I tested this with DualSense and old Xbox One controller. With a regular controller or another Xinput supporting adapter it works. I can imagine this could cause issues in some games, like @IzWhatitizz had.