mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-12-13 13:37:00 +00:00
misc: Fix Match System Time not persisting between emulator launches
This commit is contained in:
parent
855161b23b
commit
0965ee905d
2 changed files with 2 additions and 0 deletions
|
|
@ -88,6 +88,7 @@ namespace Ryujinx.Ava.Utilities.Configuration
|
|||
System.Region.Value = cff.SystemRegion;
|
||||
System.TimeZone.Value = cff.SystemTimeZone;
|
||||
System.SystemTimeOffset.Value = cff.SystemTimeOffset;
|
||||
System.MatchSystemTime.Value = cff.MatchSystemTime;
|
||||
System.EnableDockedMode.Value = cff.DockedMode;
|
||||
System.EnablePtc.Value = cff.EnablePtc;
|
||||
System.EnableLowPowerPtc.Value = cff.EnableLowPowerPtc;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue