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

@ -33,7 +33,7 @@ namespace Ryujinx.Headless
public static void Initialize()
{
// Ensure Discord presence timestamp begins at the absolute start of when Ryujinx is launched
DiscordIntegrationModule.StartedAt = Timestamps.Now;
DiscordIntegrationModule.EmulatorStartedAt = Timestamps.Now;
// Delete backup files after updating.
Task.Run(Updater.CleanupUpdate);