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