mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-07-13 14:34:18 +00:00
fix DockedMode variable
delete unneeded spaces fix DockedMode variable fix DockedMode variable change PerformanceMode cast to int align ICommonStateGetter Commands
This commit is contained in:
@@ -37,7 +37,7 @@ namespace Ryujinx.HLE.OsHle
|
||||
|
||||
internal string ActiveAudioOutput { get; private set; }
|
||||
|
||||
public bool DockedMode { get; set; }
|
||||
public static bool DockedMode { get; set; }
|
||||
|
||||
public SystemStateMgr()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user