diff --git a/CompatBot/Utils/ResultFormatters/LogParserResultFormatter.WeirdSettingsSection.cs b/CompatBot/Utils/ResultFormatters/LogParserResultFormatter.WeirdSettingsSection.cs index f7f7c3ff..d0f9a12a 100644 --- a/CompatBot/Utils/ResultFormatters/LogParserResultFormatter.WeirdSettingsSection.cs +++ b/CompatBot/Utils/ResultFormatters/LogParserResultFormatter.WeirdSettingsSection.cs @@ -489,8 +489,8 @@ namespace CompatBot.Utils.ResultFormatters if (items["read_depth_buffer"] == DisabledMark) notes.Add("⚠ Please enable `Read Depth Buffer`"); - if (items["cpu_blit"] == DisabledMark) - notes.Add("⚠ Please enable `Force CPU Blit`"); + if (items["cpu_blit"] == EnabledMark) + notes.Add("⚠ Please disable `Force CPU Blit`"); if (items["resolution_scale"] is string resFactor && int.TryParse(resFactor, out var resolutionScale)