|
@@ -211,7 +211,6 @@ static int VITA_JoystickOpen(SDL_Joystick *joystick, int device_index)
|
|
|
joystick->nbuttons = SDL_arraysize(ext_button_map);
|
|
|
joystick->naxes = 6;
|
|
|
joystick->nhats = 0;
|
|
|
- joystick->instance_id = device_index;
|
|
|
|
|
|
SDL_SetBooleanProperty(SDL_GetJoystickProperties(joystick), SDL_PROP_JOYSTICK_CAP_RGB_LED_BOOLEAN, SDL_TRUE);
|
|
|
SDL_SetBooleanProperty(SDL_GetJoystickProperties(joystick), SDL_PROP_JOYSTICK_CAP_RUMBLE_BOOLEAN, SDL_TRUE);
|