UI: RPC: Maintain game started timestamp for the duration of the AppHost

This commit is contained in:
Evan Husted 2025-01-25 22:44:16 -06:00
parent 250acab7a7
commit e3f20abd23
4 changed files with 11 additions and 5 deletions

View file

@ -94,7 +94,7 @@ namespace Ryujinx.Ava
private static void Initialize(string[] args)
{
// Ensure Discord presence timestamp begins at the absolute start of when Ryujinx is launched
DiscordIntegrationModule.StartedAt = Timestamps.Now;
DiscordIntegrationModule.EmulatorStartedAt = Timestamps.Now;
// Parse arguments
CommandLineState.ParseArguments(args);