[Android 4.0.3] Crashing with iPega gamepad.
|
07-30-2013, 08:09 PM
Post: #1
|
|||
|
|||
[Android 4.0.3] Crashing with iPega gamepad.
Hello everyone, I'd want to report a bug, confirmed on newest development and market versions.
With iPega gamepad, connected in gamepad mode, the emulator instantly crashes with "Unfortunately, PPSSPP has stopped." whenever I press the dpad or use analog sticks. One cause of the bug could be the fact Android seems to report the axes oddly. When a program is aware of them, it goes lilke this: DPAD: AXIS_HAT_X and AXIS_HAT_Y Left stick: AXIS_X and AXIS_Y Right stick: AXIS_Z (left-right) and AXIS_RZ (up-down) But when one launches an app that doesn't use the gamepad API, it's recognised like this: DPAD: DPAD UP, DPAD LEFT, DPAD RIGHT and DPAD DOWN (depending on app it's either with or without _ between words) Left stick: same as dpad Right stick: nothing at all. My guess would be that PPSSPP gets two different inputs at the same time and crashes. It happens everywhere, menu, input settings, in-game. Even when launching and the splash screen shows up. |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
[Android 4.0.3] Crashing with iPega gamepad. - PewnyPL - 07-30-2013 08:09 PM
RE: [Android 4.0.3] Crashing with iPega gamepad. - theonyxphoenix - 07-30-2013, 10:22 PM
RE: [Android 4.0.3] Crashing with iPega gamepad. - PewnyPL - 07-30-2013, 10:30 PM
RE: [Android 4.0.3] Crashing with iPega gamepad. - Henrik - 07-31-2013, 04:34 PM
|