Files
OpenRGB/Controllers/ASRockSMBusController/ASRockGPUSMBusController
Victor Ferreira eb5d88537d Call Shutdown() in the ASRock GPU controller destructor
Every other ASRock controller shuts the device thread down before deleting
the controller.  This one did not, so tearing it down logs

  Device thread still active in base class destructor, ensure Shutdown()
  was called from inherited destructor

on every exit.  Seen on an ASRock Intel Arc B580 Steel Legend, but the file
is shared with the Radeon Steel Legend and Taichi cards.
2026-09-19 14:35:25 -05:00
..