From 9eb0ab05c6e820e113b3c61cbacd9b085b2819c4 Mon Sep 17 00:00:00 2001 From: ShahilSharma <67567036+ShahilSharma@users.noreply.github.com> Date: Wed, 27 Jan 2021 18:55:01 -0800 Subject: Enable Docked Mode by Default (#1953) Enables Docked Mode by default, since I see no reason to keep it off by Default. --- Ryujinx.Common/Configuration/ConfigurationState.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Ryujinx.Common/Configuration') 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; -- cgit v1.2.3