1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-07-07 03:13:49 +00:00

Increase vertex buffer size. F3DLP.Rej can use up to 80 vertices.

Fixed All-Star Baseball '99 #27
This commit is contained in:
Sergey Lipskiy 2014-12-11 22:45:01 +06:00
parent 47d3a85534
commit 52b746a0b5

View File

@ -34,7 +34,7 @@
#include "gSP.h"
#define INDEXMAP_SIZE 64U
#define INDEXMAP_SIZE 80U
#define VERTBUFF_SIZE 256U
#define ELEMBUFF_SIZE 1024U