Freeing display list allocations

This commit is contained in:
jaburns
2020-10-27 13:26:58 -06:00
parent 71e918a01e
commit c74ab070e6
13 changed files with 118 additions and 98 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
#include "../include/PR/gbi.h"
#include "../include/types.h"
#include "../../memory.h"
#include "../memory.h"
#define GRAPH_RENDER_ACTIVE (1 << 0)
#define GRAPH_RENDER_CHILDREN_FIRST (1 << 1)