Merge pull request #410 from 13xforever/vnext

Misc updates
This commit is contained in:
Ilya 2019-09-20 03:02:17 +05:00 committed by GitHub
commit a94cab113c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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
{

View File

@ -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)