@schloegl setting `WINESDL_AUDIODRIVER` and `WINESDL_VIDEODRIVER` doesn't seem to work for me. I have issues with Frostpunk, which is using SDL. I have SDL_VIDEODRIVER=wayland and SDL_AUDIODRIVER=pulse in my Linux, and I want them to be unset when I'm running games via Wine. Frostpunk works via `SDL_VIDEODRIVER= SDL_AUDIODRIVER= wine-vanilla-9.20 ~/.wine/drive_c/GOG\ Games/Frostpunk/Frostpunk.exe`, but doesn't work via `WINESDL_VIDEODRIVER= WINESDL_AUDIODRIVER= wine-vanilla-9.20 ~/.wine/drive_c/GOG\ Games/Frostpunk/Frostpunk.exe`. Same result for video driver `windows` and audio driver `directsound` - works if I'm setting them via SDL_ vars, doesn't work if I'm setting them via WINESDL. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/5231#note_87868