This commit is contained in:
Vladimir Sokolov
2025-02-22 23:51:21 -06:00
committed by GitHub
24 changed files with 1070 additions and 106 deletions

View File

@@ -23,6 +23,7 @@ namespace Ryujinx.Ava.Utilities.AppLibrary
public class ApplicationData
{
public bool Favorite { get; set; }
public bool HasIndependentConfiguration { get; set; }
public byte[] Icon { get; set; }
public string Name { get; set; } = "Unknown";