mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2025-08-30 07:25:05 +00:00
Update ConfigurationState.cs
This commit is contained in:
parent
deb6845fd9
commit
4a32ebcc8d
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue