May 13, 2026
2:57 p.m.
Follow-up to !10735, as suggested by @Mystral. With device sharing removed, the global DSOUND_renderers list is no longer used for lookups. Devices were still added to and removed from the list, but nothing read from it. Remove the list, the critical section protecting it, and the entry field from DirectSoundDevice. -- v2: dsound: Remove unused DSOUND_renderers list and lock. https://gitlab.winehq.org/wine/wine/-/merge_requests/10886