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.
https://www.ppsspp.org
Other
10.98k stars 2.14k forks source link

STUCK BUTTONS #19084

Open miss1433 opened 4 months ago

miss1433 commented 4 months ago

Game or games this happens in

happen in all Of my Games

What area of the game / PPSSPP

Just gonna report this. Most of the time if i press the [] ∆ X buttons at the same time , the button/buttons get stuck like shown in the vid. Also happens if you press other 3 buttons in that group at the same time. Im using the latest beta build on Android. Here's a ss since the vid is a little bit big Screenshot_2024-04-21-03-20-57-041_com mxtech videoplayer pro

What should happen

The buttons should not stuck since im not using a combo buttons

Logs

No response

Platform

Android

Mobile device model or graphics card (GPU)

Redmi note 9s

PPSSPP version affected

android beta 1.17.1

Last working version

previous versions of 1.17.1

Graphics backend (3D API)

Vulkan

Checklist

IrfanH495 commented 3 months ago

I experienced this too in the version v1.17.1-592 some buttons are pressed.

https://github.com/hrydgard/ppsspp/assets/78854859/ed44b238-6d04-47f5-80d6-bd88b817b247

hrydgard commented 3 months ago

I've never gotten this to happen, but I think it's a buggy on-device implementation of some shortcut or three-finger-swipe or similar, or some accessibility option. That is, the problem is with some Android setting, not PPSSPP.

IrfanH495 commented 3 months ago

thanks, you are right, this can be solved by turning off the 3 finger screen capture feature.

hrydgard commented 3 months ago

It's a shame that such features are so often badly implemented and screw with multitouch :(