mirror of
https://github.com/RPCS3/discord-bot.git
synced 2024-11-30 13:40:30 +00:00
commit
a94cab113c
@ -69,7 +69,7 @@ namespace CompatApiClient
|
||||
{
|
||||
try
|
||||
{
|
||||
using (var message = new HttpRequestMessage(HttpMethod.Get, "https://update.rpcs3.net/?c=" + commit))
|
||||
using (var message = new HttpRequestMessage(HttpMethod.Get, "https://update.rpcs3.net/?api=v1&c=" + commit))
|
||||
using (var response = await client.SendAsync(message, HttpCompletionOption.ResponseContentRead, cancellationToken).ConfigureAwait(false))
|
||||
try
|
||||
{
|
||||
|
@ -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