diff options
| author | ShahilSharma <67567036+ShahilSharma@users.noreply.github.com> | 2021-01-27 18:55:01 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-28 13:55:01 +1100 |
| commit | 9eb0ab05c6e820e113b3c61cbacd9b085b2819c4 (patch) | |
| tree | f6dade7b451d67940cdb2944aadd2f07b3b63a55 /Ryujinx.Common/Configuration/ConfigurationState.cs | |
| parent | 4b7c7dab9e33faaf4eb58342f1f7ad8ada354591 (diff) | |
Enable Docked Mode by Default (#1953)
Enables Docked Mode by default, since I see no reason to keep it off by Default.
Diffstat (limited to 'Ryujinx.Common/Configuration/ConfigurationState.cs')
| -rw-r--r-- | Ryujinx.Common/Configuration/ConfigurationState.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ryujinx.Common/Configuration/ConfigurationState.cs b/Ryujinx.Common/Configuration/ConfigurationState.cs index a0fef1b2..61cc8f89 100644 --- a/Ryujinx.Common/Configuration/ConfigurationState.cs +++ b/Ryujinx.Common/Configuration/ConfigurationState.cs @@ -479,7 +479,7 @@ namespace Ryujinx.Configuration System.Region.Value = Region.USA; System.TimeZone.Value = "UTC"; System.SystemTimeOffset.Value = 0; - System.EnableDockedMode.Value = false; + System.EnableDockedMode.Value = true; EnableDiscordIntegration.Value = true; CheckUpdatesOnStart.Value = true; ShowConfirmExit.Value = true; |
