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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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;