mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-12-14 19:36:59 +00:00
HLE: Run Play Report event handlers in a dedicated .NET thread
This commit is contained in:
parent
a0edc5c2b0
commit
5ab50680b4
5 changed files with 141 additions and 127 deletions
|
|
@ -56,7 +56,7 @@ namespace Ryujinx.Ava
|
|||
|
||||
ConfigurationState.Instance.EnableDiscordIntegration.Event += Update;
|
||||
TitleIDs.CurrentApplication.Event += (_, e) => Use(e.NewValue);
|
||||
HorizonStatic.PlayReportPrinted += HandlePlayReport;
|
||||
HorizonStatic.PlayReport += HandlePlayReport;
|
||||
}
|
||||
|
||||
private static void Update(object sender, ReactiveEventArgs<bool> evnt)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue