Returned an erroneously modified Convert time string

This commit is contained in:
Vova 2025-02-08 20:41:16 +10:00
parent 39fbbb39e0
commit 45b1794a45

View File

@ -748,7 +748,7 @@ namespace Ryujinx.Ava.UI.ViewModels
}
config.System.MatchSystemTime.Value = MatchSystemTime;
config.System.SystemTimeOffset.Value = config.System.SystemTimeOffset.Value;
config.System.SystemTimeOffset.Value = Convert.ToInt64((CurrentDate.ToUnixTimeSeconds() + CurrentTime.TotalSeconds) - DateTimeOffset.Now.ToUnixTimeSeconds());
config.System.EnableFsIntegrityChecks.Value = EnableFsIntegrityChecks;
config.System.DramSize.Value = DramSize;
config.System.IgnoreMissingServices.Value = IgnoreMissingServices;