mirror of
https://github.com/RPCS3/discord-bot.git
synced 2025-03-05 00:07:26 +00:00
flip cpu blit check for tlou
This commit is contained in:
parent
2fb0de90d9
commit
4d69188759
@ -489,8 +489,8 @@ namespace CompatBot.Utils.ResultFormatters
|
||||
if (items["read_depth_buffer"] == DisabledMark)
|
||||
notes.Add("⚠ Please enable `Read Depth Buffer`");
|
||||
|
||||
if (items["cpu_blit"] == DisabledMark)
|
||||
notes.Add("⚠ Please enable `Force CPU Blit`");
|
||||
if (items["cpu_blit"] == EnabledMark)
|
||||
notes.Add("⚠ Please disable `Force CPU Blit`");
|
||||
|
||||
if (items["resolution_scale"] is string resFactor
|
||||
&& int.TryParse(resFactor, out var resolutionScale)
|
||||
|
Loading…
x
Reference in New Issue
Block a user