Testing new stuff

This commit is contained in:
_Neo_
2025-12-25 19:37:29 +02:00
parent 746dc2cd22
commit 6619de59ab
4 changed files with 135 additions and 1 deletions

View File

@@ -10,6 +10,9 @@ namespace Ryujinx.Ava.UI.Models
[ObservableProperty]
public partial byte[] Image { get; set; }
[ObservableProperty]
public partial bool FirmwareFound { get; set; }
[ObservableProperty]
public partial string Name { get; set; } = string.Empty;