-
-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Analog Dualshock controller (SCPH-1200) gives type "Guitar Hero". #16
Comments
Yeah, this is a known issue, it's even noted in the function header. That function is a carryover from the PS2X library, but it's undocumented and based on data reported by controllers that nobody really knows how to interpret. I think I will just remove that function in the There's another similar function that is much more reliable, as it will report what protocol the library is actually using to talk to the controller. Please see getProtocol(). |
@SukkoPera I've got an original guitar to try. Holding the dpad left was also a trick to use a dualshock to play the games on ps2. Hold it when booting the game so it detects it as a guitar. I will do more tests and see if there's any other way to identify it. But checking for the dapd state might be a good fallback. |
So I guess this function really has to go! :) |
Noooooooo. Please don't kill it :) Function is really useful to detect the presence of a jogcon. We can't rely only on the reported protocol. Some findings on the guitar hero device. Can be useful if anyone need to identify if a guitar deice is connected:
This was tested with a wireless guitar and the original Kramer Striker Wireless Receiver. |
With DumpButtonsBitBang and DumpButtonsHwSpi examples my SCPH-1200 controller gives controller type "Guitar Hero" to Serial Monitor. Other than that, controller works fully with PsxNewLib, so this doesn't matter much.
(I got library from Arduino IDE library manager. It is version 0.4.0)
The text was updated successfully, but these errors were encountered: