UI: Refresh game list when emulated Switch language is changed (to show different logos/names)

This commit is contained in:
Evan Husted 2025-02-15 00:20:01 -06:00
parent 0965ee905d
commit a4b5304935
3 changed files with 14 additions and 27 deletions

View file

@ -45,7 +45,7 @@ namespace Ryujinx.Ava.UI.Windows
{
InputPage.InputView?.SaveCurrentProfile();
if (Owner is MainWindow window && (ViewModel.GameDirectoryChanged || ViewModel.AutoloadDirectoryChanged))
if (Owner is MainWindow window && ViewModel.GameListNeedsRefresh)
{
window.LoadApplications();
}