change note for failed self decryption

This commit is contained in:
13xforever
2019-07-14 13:27:12 +05:00
parent ee7f47940f
commit b887ed3e7a

View File

@@ -74,7 +74,7 @@ namespace CompatBot.Utils.ResultFormatters
{
var types = verifyFails.Split(Environment.NewLine).Distinct().ToList();
if (types.Contains("sce"))
notes.Add("❌ Failed to decrypt executables from DLC, PPU recompilers may fail");
notes.Add("❌ Failed to decrypt executables, PPU recompiler may crash or fail");
}
if (brokenDump)
notes.Add("❌ Some game files are missing or corrupted, please re-dump and validate.");