UI: RPC: Change ApplicationID (fixes asset images not loading)
Some checks failed
Release job / Create tag (push) Has been cancelled
Release job / Release for linux-arm64 (push) Has been cancelled
Release job / Release for linux-x64 (push) Has been cancelled
Release job / Release for win-x64 (push) Has been cancelled
Release job / Release MacOS universal (push) Has been cancelled
Release job / flatpak_release (push) Has been cancelled

This commit is contained in:
KeatonTheBot 2025-02-17 17:01:38 -06:00
parent 741ddf8f1c
commit 7cf322e0cf

View file

@ -15,7 +15,7 @@ namespace Ryujinx.UI.Common
public static Timestamps StartedAt { get; set; }
private const string Description = "A simple, experimental Nintendo Switch emulator.";
private const string ApplicationId = "1216775165866807456";
private const string ApplicationId = "1341170671497117746";
private const int ApplicationByteLimit = 128;
private const string Ellipsis = "…";