Ver código fonte

Fix compile warnings

Evan Husted 1 ano atrás
pai
commit
ccdddac8fc

+ 0 - 2
src/Ryujinx/Headless/Windows/WindowBase.cs

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

+ 1 - 1
src/Ryujinx/UI/Windows/MainWindow.axaml.cs

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