Fix the default joystick type

This commit is contained in:
Alexander Babikov
2021-06-25 20:58:35 +05:00
parent 2f598ae89c
commit c0d2091620

View File

@@ -59,7 +59,7 @@ typedef struct _joystick_instance_ {
} joystick_instance_t;
int joystick_type = 1;
int joystick_type = 0;
static const joystick_if_t joystick_none = {