mirror of
https://github.com/KeatonTheBot/Ryujinx.git
synced 2026-01-12 02:00:25 +00:00
Custom refresh rate default value changed from 200% to 100%
Some checks failed
Release job / Create tag (push) Has been cancelled
Release job / Release for linux-arm64 (push) Has been cancelled
Release job / Release for linux-x64 (push) Has been cancelled
Release job / Release for win-x64 (push) Has been cancelled
Release job / Release MacOS universal (push) Has been cancelled
Release job / flatpak_release (push) Has been cancelled
Some checks failed
Release job / Create tag (push) Has been cancelled
Release job / Release for linux-arm64 (push) Has been cancelled
Release job / Release for linux-x64 (push) Has been cancelled
Release job / Release for win-x64 (push) Has been cancelled
Release job / Release MacOS universal (push) Has been cancelled
Release job / flatpak_release (push) Has been cancelled
This commit is contained in:
parent
b5a8ba573e
commit
c48866c9ec
1 changed files with 2 additions and 2 deletions
|
|
@ -871,7 +871,7 @@ namespace Ryujinx.UI.Common.Configuration
|
|||
EnableHardwareAcceleration.Value = true;
|
||||
HideCursor.Value = HideCursorMode.OnIdle;
|
||||
Graphics.VSyncMode.Value = VSyncMode.Switch;
|
||||
Graphics.CustomVSyncInterval.Value = 120;
|
||||
Graphics.CustomVSyncInterval.Value = 60;
|
||||
Graphics.EnableCustomVSyncInterval.Value = false;
|
||||
Graphics.EnableShaderCache.Value = true;
|
||||
Graphics.EnableTextureRecompression.Value = false;
|
||||
|
|
@ -1608,7 +1608,7 @@ namespace Ryujinx.UI.Common.Configuration
|
|||
CustomVSyncIntervalDecrement = Key.Unbound,
|
||||
};
|
||||
|
||||
configurationFileFormat.CustomVSyncInterval = 120;
|
||||
configurationFileFormat.CustomVSyncInterval = 60;
|
||||
|
||||
configurationFileUpdated = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue