Update ConfigurationState.cs

This commit is contained in:
Luke Warner 2024-10-28 19:57:23 -04:00
parent deb6845fd9
commit 4a32ebcc8d

View File

@ -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;