mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-25 23:29:51 -06:00
Fix compile warnings
This commit is contained in:
@ -161,8 +161,6 @@ namespace Ryujinx.Headless
|
||||
}
|
||||
}
|
||||
|
||||
private StatusUpdatedEventArgs _lastStatus;
|
||||
|
||||
private void InitializeWindow()
|
||||
{
|
||||
var activeProcess = Device.Processes.ActiveApplication;
|
||||
|
@ -138,7 +138,7 @@ namespace Ryujinx.Ava.UI.Windows
|
||||
|
||||
NotificationHelper.SetNotificationManager(this);
|
||||
|
||||
ShowIntelMacWarningAsync();
|
||||
Executor.ExecuteBackgroundAsync(ShowIntelMacWarningAsync);
|
||||
}
|
||||
|
||||
private void OnScalingChanged(object sender, EventArgs e)
|
||||
|
Reference in New Issue
Block a user