Mac and Linux SDL2 binary snapshots
Edward Rudd
2021-06-15 dec7875a6e23212021e4d9080330a42832dfe02a
source/src/joystick/iphoneos/SDL_mfijoystick_c.h
File was renamed from source/src/joystick/iphoneos/SDL_sysjoystick_c.h
@@ -34,6 +34,7 @@
    SDL_bool remote;
    GCController __unsafe_unretained *controller;
    void *rumble;
    SDL_bool uses_pause_handler;
    int num_pause_presses;
    Uint32 pause_button_down_time;
@@ -46,7 +47,9 @@
    int naxes;
    int nbuttons;
    int nhats;
    Uint16 button_mask;
    Uint32 button_mask;
    SDL_bool has_dualshock_touchpad;
    SDL_bool has_xbox_paddles;
    struct joystick_hwdata *next;
} joystick_hwdata;