mirror of
https://github.com/zeldaret/tp
synced 2026-07-08 14:36:36 -04:00
GCN pal / jpn support, some debug work (#2375)
* d_save debug cleanup / d_s_menu debug * gameinfo / kankyo struct debug fixes * pal building ok * jp building ok * some tests with jp * some more pal/jp tests
This commit is contained in:
@@ -36,6 +36,7 @@ struct JFWSystem {
|
||||
|
||||
static JUTConsole* getSystemConsole() { return systemConsole; }
|
||||
static JKRExpHeap* getSystemHeap() { return systemHeap; }
|
||||
static JUTResFont* getSystemFont() { return systemFont; }
|
||||
|
||||
static void setMaxStdHeap(s32 max) { CSetUpParam::maxStdHeaps = max; }
|
||||
static void setSysHeapSize(u32 size) { CSetUpParam::sysHeapSize = size; }
|
||||
|
||||
Reference in New Issue
Block a user