hrydgard / ppsspp

A PSP emulator for Android, Windows, Mac and Linux, written in C++. Want to contribute? Join us on Discord at https://discord.gg/5NJB6dD or just send pull requests / issues. For discussion use the forums at forums.ppsspp.org.

Home Page:https://www.ppsspp.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sonic Rivals controls semi-broken

hrydgard opened this issue · comments

Holding down digital buttons doesn't work. Can still play somewhat using analog stick. Seems similar to #11798.

Actually I probably haven't noticed this before because it's still somewhat playable with the analog stick, so the control bug seems a bit old... I'll track it down.

Culprit for the control issue appears to be #11094 , or more specifically e69e844 . Reverting that commit fixes the issue (and likely the Rock Band issue as well).

I'm switching this over to just be the control bug, I'll create a separate one for rendering.