Fix compile warnings

This commit is contained in:
Evan Husted 2025-01-18 19:34:22 -06:00
parent 1bc30bf3ba
commit ccdddac8fc
2 changed files with 1 additions and 3 deletions

View File

@ -161,8 +161,6 @@ namespace Ryujinx.Headless
}
}
private StatusUpdatedEventArgs _lastStatus;
private void InitializeWindow()
{
var activeProcess = Device.Processes.ActiveApplication;

View File

@ -138,7 +138,7 @@ namespace Ryujinx.Ava.UI.Windows
NotificationHelper.SetNotificationManager(this);
ShowIntelMacWarningAsync();
Executor.ExecuteBackgroundAsync(ShowIntelMacWarningAsync);
}
private void OnScalingChanged(object sender, EventArgs e)