mirror of
https://github.com/cemu-project/Cemu.git
synced 2026-04-08 17:31:29 -06:00
correct projected fix version
This commit is contained in:
parent
659cf4f928
commit
fc7d10a483
@ -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;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user