fix nits
This commit is contained in:
parent
bb5ae59369
commit
479578e315
2 changed files with 2 additions and 2 deletions
|
@ -62,7 +62,7 @@ namespace Ryujinx.HLE
|
|||
|
||||
Hid = new Hid(this, System.HidSharedMem.PA);
|
||||
|
||||
VsyncEvent = new AutoResetEvent(true);
|
||||
VsyncEvent = new AutoResetEvent(true);
|
||||
}
|
||||
|
||||
public void LoadCart(string ExeFsDir, string RomFsFile = null)
|
||||
|
|
|
@ -31,7 +31,7 @@ namespace Ryujinx
|
|||
Device.Log.SetEnable(LogLevel.Warning, Convert.ToBoolean(Parser.Value("Logging_Enable_Warn")));
|
||||
Device.Log.SetEnable(LogLevel.Error, Convert.ToBoolean(Parser.Value("Logging_Enable_Error")));
|
||||
|
||||
Device.System.State.DockedMode = Convert.ToBoolean(Parser.Value("Docked_Mode"));
|
||||
Device.System.State.DockedMode = Convert.ToBoolean(Parser.Value("Docked_Mode"));
|
||||
|
||||
Device.EnableDeviceVsync = Convert.ToBoolean(Parser.Value("Enable_Vsync"));
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue