do not recommend Mega block size for gow3 anymore

This commit is contained in:
13xforever 2020-01-11 15:27:21 +05:00
parent 86359fbbfd
commit c57035c95f

View File

@ -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");