mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-06-29 06:36:24 +02:00
UI: RPC: Maintain game started timestamp for the duration of the AppHost
This commit is contained in:
parent
250acab7a7
commit
e3f20abd23
4 changed files with 11 additions and 5 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue