NX/VITA: Increase STRINGTEMP_BUFFERS to 1024

This commit is contained in:
cypress 2023-08-29 10:53:52 -04:00 committed by GitHub
parent 75ee832aaf
commit 2f39dd1b86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include "quakedef.h"
#define STRINGTEMP_BUFFERS 64
#define STRINGTEMP_BUFFERS 1024
#define STRINGTEMP_LENGTH 1024
static char pr_string_temp[STRINGTEMP_BUFFERS][STRINGTEMP_LENGTH];
static byte pr_string_tempindex = 0;