correct projected fix version

This commit is contained in:
goeiecool9999 2026-04-05 23:09:52 +02:00
parent 659cf4f928
commit fc7d10a483

View File

@ -415,7 +415,7 @@ void LinuxBreathOfTheWildWorkaround()
// If the driver is unaffected skip the workaround.
// affected drivers:
// 25.3.0 - 26.0.3
// 25.3.0 - 26.0.4
if ((major <= 25 && minor < 3) || (major == 26 && (minor > 0 || patch >= 5)) || major > 26)
return;