mirror of
https://github.com/RPCS3/discord-bot.git
synced 2025-03-03 23:37:03 +00:00
do not recommend Mega block size for gow3 anymore
This commit is contained in:
parent
86359fbbfd
commit
c57035c95f
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user