Skip to content

macOS: SDL mappings in Supermodel don't match DualSense #238

Open
@udance4ever

Description

@udance4ever

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions