Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken fixed_virtual_joystick #12814

Merged
merged 1 commit into from
Nov 26, 2022

Commits on Sep 27, 2022

  1. Virtual joystick: Use s32 when using m_screensize as a subtrahend

    If still uses u32, m_screensize will yield a big value (underflow) when used as a subtrahend.
    ETIE_MOVED is allowed to be run if joystick's ID is available and virtual joystick is fixed.
    Add .0f for some float values.
    srifqi committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    a5e44a4 View commit details
    Browse the repository at this point in the history