mirror of
https://github.com/RPCS3/discord-bot.git
synced 2024-11-30 13:40:30 +00:00
hopefully this will play nicer with discord rendering on desktop
This commit is contained in:
parent
02cd750994
commit
3e6dda7a77
@ -42,7 +42,7 @@ namespace CompatBot.Utils.ResultFormatters
|
||||
notes.Add("⚠ `Resolution` below 720p will not improve performance");
|
||||
}
|
||||
if (items["stretch_to_display"] == EnabledMark)
|
||||
notes.Add("🤮 `Stretch to Display Area` is enabled");
|
||||
notes.Add("🤢 `Stretch to Display Area` is enabled");
|
||||
if (KnownDisableVertexCacheIds.Contains(serial))
|
||||
{
|
||||
if (items["vertex_cache"] == DisabledMark)
|
||||
|
Loading…
Reference in New Issue
Block a user