Add back metadata reset change that was accidentally reverted

This commit is contained in:
Sanjay Govind
2026-08-03 12:19:41 +12:00
committed by Sam Lantinga
parent fdc1143337
commit 591b584b27

View File

@@ -2789,7 +2789,7 @@ static bool HIDAPI_DriverGIP_InitDevice(SDL_HIDAPI_Device *device)
return false;
}
ctx->device = device;
ctx->reset_for_metadata = SDL_GetHintBoolean(SDL_HINT_JOYSTICK_HIDAPI_GIP_RESET_FOR_METADATA, false);
ctx->reset_for_metadata = SDL_GetHintBoolean(SDL_HINT_JOYSTICK_HIDAPI_GIP_RESET_FOR_METADATA, true);
attachment = GIP_EnsureAttachment(ctx, 0);
GIP_HandleQuirks(attachment);