change to instance field
This commit is contained in:
parent
1b2166072e
commit
c4164f69f5
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ namespace Ryujinx.HLE.OsHle
|
||||||
|
|
||||||
internal string ActiveAudioOutput { get; private set; }
|
internal string ActiveAudioOutput { get; private set; }
|
||||||
|
|
||||||
public static bool DockedMode = false;
|
public bool DockedMode { get; set; }
|
||||||
|
|
||||||
public SystemStateMgr()
|
public SystemStateMgr()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue