mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-10-30 08:01:01 +00:00
bump gfx pool size
This commit is contained in:
parent
1486bee60a
commit
bc3e94b11e
3 changed files with 2 additions and 4 deletions
|
|
@ -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…
Add table
Reference in a new issue