Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Goodfeat/Ryujinx_alt
Browse files Browse the repository at this point in the history
  • Loading branch information
Goodfeat committed Feb 6, 2025
2 parents 2640f08 + d1da937 commit 5dc7fb4
Show file tree
Hide file tree
Showing 5 changed files with 256 additions and 140 deletions.
2 changes: 1 addition & 1 deletion src/Ryujinx/Assets/locales.json
Original file line number Diff line number Diff line change
Expand Up @@ -23723,4 +23723,4 @@
}
}
]
}
}
10 changes: 3 additions & 7 deletions src/Ryujinx/DiscordIntegrationModule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,12 @@
using Ryujinx.Ava.Utilities;
using Ryujinx.Ava.Utilities.AppLibrary;
using Ryujinx.Ava.Utilities.Configuration;
using Ryujinx.Ava.Utilities.PlayReport;
using Ryujinx.Common;
using Ryujinx.Common.Helper;
using Ryujinx.Common.Logging;
using Ryujinx.HLE;
using Ryujinx.HLE.Loaders.Processes;
using Ryujinx.Horizon;
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Linq;
using System.Text;

namespace Ryujinx.Ava
Expand Down Expand Up @@ -130,8 +126,8 @@ private static void HandlePlayReport(MessagePackObject playReport)
if (!TitleIDs.CurrentApplication.Value.HasValue) return;
if (_discordPresencePlaying is null) return;

PlayReportAnalyzer.FormattedValue formattedValue =
PlayReport.Analyzer.Format(TitleIDs.CurrentApplication.Value, _currentApp, playReport);
Analyzer.FormattedValue formattedValue =
PlayReports.Analyzer.Format(TitleIDs.CurrentApplication.Value, _currentApp, playReport);

if (!formattedValue.Handled) return;

Expand Down
85 changes: 0 additions & 85 deletions src/Ryujinx/Utilities/PlayReport.cs

This file was deleted.

Loading

0 comments on commit 5dc7fb4

Please sign in to comment.