mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-08-08 19:28:27 +02:00
Add the ability to set or not docked mode via config file (#227)
* Add a toggleable DockedMode bool
This commit is contained in:
@@ -36,6 +36,8 @@ namespace Ryujinx.HLE.OsHle
|
||||
internal long DesiredLanguageCode { get; private set; }
|
||||
|
||||
internal string ActiveAudioOutput { get; private set; }
|
||||
|
||||
public bool DockedMode { get; set; }
|
||||
|
||||
public SystemStateMgr()
|
||||
{
|
||||
@@ -82,4 +84,4 @@ namespace Ryujinx.HLE.OsHle
|
||||
return Code;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user