bump gfx pool size
This commit is contained in:
parent
1486bee60a
commit
bc3e94b11e
|
@ -2,8 +2,7 @@
|
|||
#define _DISPLAY_H
|
||||
|
||||
#include "types.h"
|
||||
|
||||
#define GFX_POOL_SIZE 64000
|
||||
#include "memory.h"
|
||||
|
||||
extern u16 frameBufferIndex;
|
||||
extern u32 gGlobalTimer;
|
||||
|
|
|
@ -9,8 +9,6 @@
|
|||
#include "types.h"
|
||||
#include "memory.h"
|
||||
|
||||
#define GFX_POOL_SIZE 64000
|
||||
|
||||
struct GfxPool {
|
||||
Gfx buffer[GFX_POOL_SIZE];
|
||||
struct SPTask spTask;
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
#define MEMORY_POOL_LEFT 0
|
||||
#define MEMORY_POOL_RIGHT 1
|
||||
|
||||
#define GFX_POOL_SIZE (512 * 1024)
|
||||
|
||||
struct AllocOnlyPool
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue