change to instance field

This commit is contained in:
greggameplayer 2018-07-23 19:50:35 +02:00 committed by GitHub
parent 1b2166072e
commit c4164f69f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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()
{