diff options
Diffstat (limited to 'Ryujinx.Graphics.Gpu/GraphicsConfig.cs')
| -rw-r--r-- | Ryujinx.Graphics.Gpu/GraphicsConfig.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Ryujinx.Graphics.Gpu/GraphicsConfig.cs b/Ryujinx.Graphics.Gpu/GraphicsConfig.cs index 7ef102e2..14735e3b 100644 --- a/Ryujinx.Graphics.Gpu/GraphicsConfig.cs +++ b/Ryujinx.Graphics.Gpu/GraphicsConfig.cs @@ -34,6 +34,11 @@ namespace Ryujinx.Graphics.Gpu public static bool EnableMacroJit = true; /// <summary> + /// Enables or disables vertex buffer size detection from the index buffer, for indexed draws. + /// </summary> + public static bool EnableIndexedVbSizeDetection = true; + + /// <summary> /// Title id of the current running game. /// Used by the shader cache. /// </summary> |
