Calculate vertex buffer sizes from index buffer (#1663)

* Calculate vertex buffer size from maximum index buffer index

* Increase maximum index buffer count for it to be considered profitable for counting
This commit is contained in:
gdkchan 2021-08-11 17:06:09 -03:00 committed by GitHub
parent bb8a920b63
commit 10d649e6d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 352 additions and 5 deletions

View file

@ -269,7 +269,7 @@ namespace Ryujinx.Configuration
/// Enable or disable keyboard support (Independent from controllers binding)
/// </summary>
public ReactiveObject<bool> EnableKeyboard { get; private set; }
/// <summary>
/// Enable or disable mouse support (Independent from controllers binding)
/// </summary>