mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-05 04:05:27 +02:00
Fix UI navigation using gamepads when tilt is enabled
This commit is contained in:
+2
-1
@@ -884,7 +884,8 @@ bool NativeAxis(const AxisInput &axis) {
|
||||
return false;
|
||||
|
||||
default:
|
||||
return false;
|
||||
// Don't take over completely!
|
||||
return screenManager->axis(axis);
|
||||
}
|
||||
|
||||
//figure out the sensitivity of the tilt. (sensitivity is originally 0 - 100)
|
||||
|
||||
Reference in New Issue
Block a user