mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-25 07:32:22 -05: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