Open
Description
first, props up to Supermodel! all my titles are running so cleanly off my Apple Silicon build - it's very impressive & awesome! 🚀
I've had to implement some workarounds in my Supermodel.ini
:
; ZAXIS_POS - right analog joystick X axis (stick right brakes) (should be L analog trigger)
; RXAXIS_POS - right analog joystick Y axis (stick down brakes) (should be *X* axis)
; YAXIS_POS - left analog joystick Y axis (stick down brakes) (this is actually correct, backup)
; RYAXIS_POS - left analog trigger (should be R analog stick Y axis)
;InputBrake = "KEY_DOWN,JOY1_ZAXIS_POS" ; what should work
InputBrake = "KEY_DOWN,JOY1_RYAXIS_POS" ; workaround
again, the workaround is totally fine & wondering if anybody else is running into this issue & how I can help debug this so JOY1_ZAXIS_POS
can be used for left analog trigger (L2).
My setup:
- 2020 M1 MacBookPro 16GB 1TB running macOS Sequoia 15.3.2
- DualSense controller
Followed build instructions to the T (aside from Makefile workaround #230 to account for SDL3 transition)
Metadata
Metadata
Assignees
Labels
No labels