Merge branch ryujinx:master into ui-settings-input

This commit is contained in:
Neo
2025-11-17 02:42:55 -06:00
28 changed files with 469 additions and 269 deletions

View File

@@ -359,8 +359,9 @@ namespace Ryujinx.Ava.UI.ViewModels
}
}
[ObservableProperty] private bool _matchSystemTime;
[ObservableProperty]
public partial bool MatchSystemTime { get; set; }
public DateTimeOffset CurrentDate { get; set; }
public TimeSpan CurrentTime { get; set; }