aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Ava/UI/ViewModels/AmiiboWindowViewModel.cs
AgeCommit message (Collapse)Author
2023-06-23"Find" method should be used instead of the "FirstOrDefault" extension (#5344)Marco Carvalho
2023-05-11Fix the issue of unequal check for amiibo file date due to the lack o… (#4832)2435043xia
* Fix the issue of unequal check for amiibo file date due to the lack of sub-second units in the header, causing slow opening of the amiibo interface. * Supplement the unrepaired.
2023-04-27Move solution and projects to srcTSR Berry