misc: chore: Fix numerous NullReferenceExceptions, InvalidOperationExceptions

This commit is contained in:
KeatonTheBot
2025-06-18 02:25:06 -05:00
parent a90db3464d
commit d2a532f971
90 changed files with 667 additions and 533 deletions
+2 -2
View File
@@ -52,8 +52,8 @@ namespace Ryujinx.Ava.UI.Models
if (InGameList)
{
Icon = appData.Icon;
Title = appData.Name;
Icon = appData?.Icon;
Title = appData?.Name;
}
else
{