From c57035c95fa00bfa3ecdc3fd670b2f749bb886d7 Mon Sep 17 00:00:00 2001 From: 13xforever Date: Sat, 11 Jan 2020 15:27:21 +0500 Subject: [PATCH] do not recommend Mega block size for gow3 anymore --- .../LogParserResultFormatter.WeirdSettingsSection.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CompatBot/Utils/ResultFormatters/LogParserResultFormatter.WeirdSettingsSection.cs b/CompatBot/Utils/ResultFormatters/LogParserResultFormatter.WeirdSettingsSection.cs index 115f5be4..919f6efe 100644 --- a/CompatBot/Utils/ResultFormatters/LogParserResultFormatter.WeirdSettingsSection.cs +++ b/CompatBot/Utils/ResultFormatters/LogParserResultFormatter.WeirdSettingsSection.cs @@ -539,8 +539,8 @@ namespace CompatBot.Utils.ResultFormatters if (items["spu_decoder"] is string spuDecoder && spuDecoder.Contains("LLVM") && items["spu_block_size"] is string blockSize - && blockSize != "Mega") - notes.Add("⚠ Please change `SPU Block Size` to `Mega` for this game"); + && blockSize != "Safe") + notes.Add("⚠ Please change `SPU Block Size` to `Safe` for this game"); } else if (GowAscIds.Contains(serial)) generalNotes.Add("ℹ This game is known to be very unstable");