Evan Husted 1 год назад
Родитель
Сommit
ccdddac8fc
2 измененных файлов с 1 добавлено и 3 удалено
  1. 0 2
      src/Ryujinx/Headless/Windows/WindowBase.cs
  2. 1 1
      src/Ryujinx/UI/Windows/MainWindow.axaml.cs

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

@@ -161,8 +161,6 @@ namespace Ryujinx.Headless
             }
             }
         }
         }
 
 
-        private StatusUpdatedEventArgs _lastStatus;
-
         private void InitializeWindow()
         private void InitializeWindow()
         {
         {
             var activeProcess = Device.Processes.ActiveApplication;
             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);
             NotificationHelper.SetNotificationManager(this);
 
 
-            ShowIntelMacWarningAsync();
+            Executor.ExecuteBackgroundAsync(ShowIntelMacWarningAsync);
         }
         }
 
 
         private void OnScalingChanged(object sender, EventArgs e)
         private void OnScalingChanged(object sender, EventArgs e)