fix nier patch check _again_

This commit is contained in:
13xforever 2020-03-15 20:54:00 +05:00
parent 558039d3bf
commit caec4acc42

View File

@ -576,6 +576,8 @@ namespace CompatBot.Utils.ResultFormatters
var frameLimit = items["frame_limit"];
var vsync = items["vsync"] == EnabledMark;
if (ppuPatches.Any() && ppuPatches.Values.Max() > 1)
notes.Add("✅ Using the variable rate FPS patch");
else if (ppuPatches.Any())
{
if (frameLimit == "Off")
{
@ -598,8 +600,6 @@ namespace CompatBot.Utils.ResultFormatters
}
notes.Add("⚠ There is a new variable frame rate FPS patch available, see [Game Patches](https://wiki.rpcs3.net/index.php?title=Help:Game_Patches#NieR)");
}
else if (ppuPatches.Count > 1)
notes.Add("✅ Using the variable rate FPS patch");
else
{
if (frameLimit != "30")