mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-01 14:56:25 +02: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
|
@ -53,6 +53,7 @@ namespace Ryujinx.Ava.Utilities.Configuration
|
|||
SystemRegion = System.Region,
|
||||
SystemTimeZone = System.TimeZone,
|
||||
SystemTimeOffset = System.SystemTimeOffset,
|
||||
MatchSystemTime = System.MatchSystemTime,
|
||||
DockedMode = System.EnableDockedMode,
|
||||
EnableDiscordIntegration = EnableDiscordIntegration,
|
||||
CheckUpdatesOnStart = CheckUpdatesOnStart,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue