mirror of
https://github.com/RPCS3/discord-bot.git
synced 2025-03-04 07:47:08 +00:00
fix nier patch check _again_
This commit is contained in:
parent
558039d3bf
commit
caec4acc42
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user