CTR/PSP: Increase MAX_EDICTS to 1024

This commit is contained in:
cypress 2024-11-24 23:31:50 -08:00 committed by GitHub
parent e6cff0c008
commit b1537dae13
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -100,7 +100,7 @@ extern int psp_system_model;
//
// per-level limits
//
#define MAX_EDICTS 600 // FIXME: ouch! ouch! ouch!
#define MAX_EDICTS 1024 // note to myself: don't increase this further, 1024 is more than enough. :P
#define MAX_LIGHTSTYLES 64
#define MAX_MODELS 300 // motolegacy -- nzp protocol(115), uses memory inefficient shorts for model indexes, yay!
#define MAX_SOUNDS 256 // so they cannot be blindly increased
@ -445,4 +445,4 @@ extern func_t EndFrame;
extern float gVertexBuffer[VERTEXARRAYSIZE];
extern float gColorBuffer[VERTEXARRAYSIZE];
extern float gTexCoordBuffer[VERTEXARRAYSIZE];
#endif // _3DS
#endif // _3DS