Skip to content

Commit

Permalink
UI: oops, forgot that file
Browse files Browse the repository at this point in the history
  • Loading branch information
GreemDev committed Oct 10, 2024
1 parent 6da8368 commit 602251b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Ryujinx/Program.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
using Avalonia;
using Avalonia.Threading;
using DiscordRPC;
using Ryujinx.Ava.UI.Helpers;
using Ryujinx.Ava.UI.Windows;
using Ryujinx.Common;
Expand Down Expand Up @@ -78,6 +79,9 @@ public static AppBuilder BuildAvaloniaApp()

private static void Initialize(string[] args)
{
// Ensure Discord presence timestamp begins at the absolute start of when Ryujinx is launched
DiscordIntegrationModule.StartedAt = Timestamps.Now;

// Parse arguments
CommandLineState.ParseArguments(args);

Expand Down

0 comments on commit 602251b

Please sign in to comment.