config: Fix MaxAnisotropy value parsing (#1764)
This commit is contained in:
parent
7b66cb0d90
commit
a04a1b663d
2 changed files with 5 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue