aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Ava/UI/Views/Settings/SettingsSystemView.axaml
AgeCommit message (Collapse)Author
2023-05-08Ava: Fix SystemTimeOffset calculation (#4848)Ac_K
* Ava: Fix SystemTimeOffset calculation During testing of #4822, Mary pointed out the way we calculate time offset is wrong in our Avalonia UI. This PR fixed that. The axaml file is autoformatted too. * DateTime.Now in local var
2023-04-27Move solution and projects to srcTSR Berry