mirror of
https://github.com/KeatonTheBot/Ryujinx.git
synced 2026-03-28 19:18:42 +00:00
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
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:
parent
741ddf8f1c
commit
7cf322e0cf
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = "…";
|
||||
|
|
|
|||
Loading…
Reference in a new issue