Update SettingsWindow.cs

Removed unnecessary line I added when I started.
This commit is contained in:
Christopher Merrill 2023-04-16 09:03:15 -05:00 committed by GitHub
parent 5cb50f531c
commit ce2a3b2ba9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -340,7 +340,6 @@ namespace Ryujinx.Ui.Windows
_systemRegionSelect.SetActiveId(ConfigurationState.Instance.System.Region.Value.ToString());
_galThreading.SetActiveId(ConfigurationState.Instance.Graphics.BackendThreading.Value.ToString());
_resScaleCombo.SetActiveId(ConfigurationState.Instance.Graphics.ResScale.Value.ToString());
_configureResolution.SetActiveId(ConfigurationState.Instance.Graphics.CustomResolution.Value.ToString());
_anisotropy.SetActiveId(ConfigurationState.Instance.Graphics.MaxAnisotropy.Value.ToString());
_aspectRatio.SetActiveId(((int)ConfigurationState.Instance.Graphics.AspectRatio.Value).ToString());
_graphicsBackend.SetActiveId(((int)ConfigurationState.Instance.Graphics.GraphicsBackend.Value).ToString());