Compare commits

..

2 Commits

Author SHA1 Message Date
Evan Husted
ccdddac8fc Fix compile warnings 2025-01-18 19:34:31 -06:00
Daenorth
1bc30bf3ba Update locales.json (#538)
Added a missing translation line
2025-01-18 18:40:51 -06:00
3 changed files with 3 additions and 5 deletions

View File

@@ -22660,7 +22660,7 @@
"it_IT": "",
"ja_JP": "",
"ko_KR": "",
"no_NO": "",
"no_NO": "Sist oppdatert: {0}",
"pl_PL": "",
"pt_BR": "",
"ru_RU": "",
@@ -22898,4 +22898,4 @@
}
}
]
}
}

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)