mirror of
https://github.com/cemu-project/Cemu.git
synced 2026-06-08 07:34:57 -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.
|
// If the driver is unaffected skip the workaround.
|
||||||
// affected drivers:
|
// 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)
|
if ((major <= 25 && minor < 3) || (major == 26 && (minor > 0 || patch >= 5)) || major > 26)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user