Ryujinx/src/Ryujinx.Ava/UI/ViewModels
SamusAranX 531da8a1c0
Changed LastPlayed field from string to nullable DateTime (#4861)
* Changed LastPlayed field from string to nullable DateTime

Added ApplicationData.LastPlayedString property
Added NullableDateTimeConverter for the DateTime->string conversion in Avalonia

* Added migration from string-based last_played to DateTime-based last_played_utc

* Updated comment style

* Added MarkupExtension to NullableDateTimeConverter and changed its usage

Cleaned up leftover usings

* Missed one comment
2023-05-12 01:56:37 +02:00
..
AboutWindowViewModel.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
AmiiboWindowViewModel.cs Fix the issue of unequal check for amiibo file date due to the lack o… (#4832) 2023-05-11 19:10:24 +02:00
AvatarProfileViewModel.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
BaseModel.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
ControllerSettingsViewModel.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
DownloadableContentManagerViewModel.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
MainWindowViewModel.cs Changed LastPlayed field from string to nullable DateTime (#4861) 2023-05-12 01:56:37 +02:00
SettingsViewModel.cs vulkan: Pass Vk instance to VulkanRenderer (#4859) 2023-05-08 13:05:37 +02:00
TitleUpdateViewModel.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
UserFirmwareAvatarSelectorViewModel.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
UserProfileImageSelectorViewModel.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
UserProfileViewModel.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
UserSaveManagerViewModel.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00