Revert "Calculate vertex buffer sizes from index buffer (#1663)" (#2544)

This reverts commit 64e7dc1304.
This commit is contained in:
gdkchan 2021-08-11 22:13:48 -03:00 committed by GitHub
parent 0819b88a1a
commit 514fb8d775
4 changed files with 5 additions and 352 deletions

View file

@ -33,11 +33,6 @@ namespace Ryujinx.Graphics.Gpu
/// </summary>
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.