diff --git a/Ryujinx.HLE/OsHle/SystemStateMgr.cs b/Ryujinx.HLE/OsHle/SystemStateMgr.cs index c8c44c025f..5c18ea2ea1 100644 --- a/Ryujinx.HLE/OsHle/SystemStateMgr.cs +++ b/Ryujinx.HLE/OsHle/SystemStateMgr.cs @@ -36,7 +36,7 @@ namespace Ryujinx.HLE.OsHle internal string ActiveAudioOutput { get; private set; } - public static bool DockedMode = false; + public bool DockedMode { get; set; } public SystemStateMgr() {