config: Fix MaxAnisotropy value parsing (#1764)

This commit is contained in:
Ac_K
2020-12-01 21:44:04 +01:00
committed by GitHub
parent 7b66cb0d90
commit a04a1b663d
2 changed files with 5 additions and 5 deletions

View File

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