From a04a1b663d71b861e26f3bf70e8dba8b828f33ea Mon Sep 17 00:00:00 2001 From: Ac_K Date: Tue, 1 Dec 2020 21:44:04 +0100 Subject: config: Fix MaxAnisotropy value parsing (#1764) --- Ryujinx.Common/Configuration/ConfigurationState.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Ryujinx.Common/Configuration/ConfigurationState.cs') diff --git a/Ryujinx.Common/Configuration/ConfigurationState.cs b/Ryujinx.Common/Configuration/ConfigurationState.cs index 915cb77e..2d725149 100644 --- a/Ryujinx.Common/Configuration/ConfigurationState.cs +++ b/Ryujinx.Common/Configuration/ConfigurationState.cs @@ -448,7 +448,7 @@ namespace Ryujinx.Configuration { Graphics.ResScale.Value = 1; Graphics.ResScaleCustom.Value = 1.0f; - Graphics.MaxAnisotropy.Value = -1; + Graphics.MaxAnisotropy.Value = -1.0f; Graphics.ShadersDumpPath.Value = ""; Logger.EnableDebug.Value = false; Logger.EnableStub.Value = true; -- cgit v1.2.3