Fixed some memory things on PSP

This commit is contained in:
2025-11-11 20:07:28 -06:00
parent 7d7a3f30e6
commit 4f8f6a47cb
6 changed files with 29 additions and 24 deletions

View File

@@ -10,8 +10,8 @@
#include "worldpos.h"
#include "display/mesh/mesh.h"
#define CHUNK_VERTEX_COUNT_MAX (6 * CHUNK_TILE_COUNT * 3)
#define CHUNK_MESH_COUNT_MAX 16
#define CHUNK_VERTEX_COUNT_MAX (6 * CHUNK_TILE_COUNT * 2)
#define CHUNK_MESH_COUNT_MAX 12
typedef struct chunk_s {
chunkpos_t position;