misc: Fix default value for GraphicsConfig.MaxAnisotropy (#2274)

As title say.
Doesn't change anything as the Ryujinx project set it.
This commit is contained in:
Mary 2021-05-07 18:18:23 +02:00 committed by GitHub
parent b94dc01d43
commit 7aed7808be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@ namespace Ryujinx.Graphics.Gpu
/// <summary>
/// Max Anisotropy. Values range from 0 - 16. Set to -1 to let the game decide.
/// </summary>
public static float MaxAnisotropy;
public static float MaxAnisotropy = -1;
/// <summary>
/// Base directory used to write shader code dumps.