Update ConfigurationState.cs
This commit is contained in:
parent
deb6845fd9
commit
4a32ebcc8d
@ -833,7 +833,7 @@ namespace Ryujinx.UI.Common.Configuration
|
|||||||
ShowConfirmExit.Value = true;
|
ShowConfirmExit.Value = true;
|
||||||
IgnoreApplet.Value = false;
|
IgnoreApplet.Value = false;
|
||||||
RememberWindowState.Value = true;
|
RememberWindowState.Value = true;
|
||||||
ShowTitleBar.Value = false;
|
ShowTitleBar.Value = (OperatingSystem.IsWindows()) ? false : true;
|
||||||
EnableHardwareAcceleration.Value = true;
|
EnableHardwareAcceleration.Value = true;
|
||||||
HideCursor.Value = HideCursorMode.OnIdle;
|
HideCursor.Value = HideCursorMode.OnIdle;
|
||||||
Graphics.EnableVsync.Value = true;
|
Graphics.EnableVsync.Value = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user