mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-04 03:35:19 +02:00
Batch axis events all the way into ControlMapper
This commit is contained in:
@@ -535,7 +535,7 @@ void AnalogSetupScreen::axis(const AxisInput &axis) {
|
||||
// UIScreen::axis(axis);
|
||||
|
||||
// Instead we just send the input directly to the mapper, that we'll visualize.
|
||||
mapper_.Axis(axis);
|
||||
mapper_.Axis(&axis, 1);
|
||||
}
|
||||
|
||||
void AnalogSetupScreen::CreateViews() {
|
||||
|
||||
Reference in New Issue
Block a user