mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-08-03 10:37:10 +02:00
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:
parent
1f9a96c22f
commit
64e7dc1304
4 changed files with 352 additions and 5 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue