Reload configuration from global & reload app list at the end of the render loop (when it's done)

This commit is contained in:
Evan Husted
2025-02-17 01:47:59 -06:00
parent ced618d9a1
commit 65527cfb69
2 changed files with 7 additions and 12 deletions

View File

@@ -660,11 +660,6 @@ namespace Ryujinx.Ava.UI.Windows
ReloadGameList();
}
public void GameListUpdate()
{
ReloadGameList();
}
public void ToggleFileType(string fileType)
{
switch (fileType)