[Git][wine/wine][master] 2 commits: ntdll: Add SDL video driver variables to the special variables list.
Alexandre Julliard pushed to branch master at wine / wine Commits: 1073492b by Aida Jonikienė at 2025-11-13T22:21:20+01:00 ntdll: Add SDL video driver variables to the special variables list. Overriding the SDL_VIDEODRIVER variable (for Wayland support as an example) on the Linux side can lead to some games under Wine failing to load (so treat that variable as special). - - - - - 07259598 by Aida Jonikienė at 2025-11-13T22:21:20+01:00 ntdll: Add SDL audio driver variables to the special variables list. This has the same issue as the video driver variable (but on a smaller scale because games more rarely use SDL for audio). - - - - - 1 changed file: - dlls/ntdll/unix/env.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/baeb97c3572bfcc41b0c13c8e93aa0... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/baeb97c3572bfcc41b0c13c8e93aa0... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Alexandre Julliard (@julliard)