mirror of
https://github.com/RPCS3/discord-bot.git
synced 2025-02-17 00:09:49 +00:00
parent
ba5c79ea62
commit
5419938ac1
@ -313,7 +313,7 @@ internal static partial class LogParserResult
|
||||
else if (driverVersionString.Contains("older than", StringComparison.InvariantCultureIgnoreCase))
|
||||
{
|
||||
if (IsAmd(gpuInfo))
|
||||
notes.Add($"❗ Please update your AMD GPU driver to version {AmdLastGoodOpenGLWindowsVersion} or newer");
|
||||
notes.Add($"❗ Please update your AMD GPU driver to version {AmdRecommendedOldWindowsVersion} or newer");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -65,8 +65,7 @@ internal static partial class LogParserResult
|
||||
private static readonly Version NvidiaRecommendedWindowsVersion = new(512, 16);
|
||||
private static readonly Version NvidiaRecommendedLinuxVersion = new(515, 57);
|
||||
|
||||
private static readonly Version AmdRecommendedOldWindowsVersion = new(22, 5, 2);
|
||||
private static readonly Version AmdLastGoodOpenGLWindowsVersion = new(22, 5, 2);
|
||||
private static readonly Version AmdRecommendedOldWindowsVersion = new(23, 2, 1);
|
||||
|
||||
private static readonly Version NvidiaFullscreenBugFixed = new(0, 0, 6, 8204);
|
||||
private static readonly Version TsxFaFixedVersion = new(0, 0, 12, 10995);
|
||||
|
Loading…
x
Reference in New Issue
Block a user