mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07: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; }
|
||||
|
||||
@@ -78,4 +78,6 @@ public:
|
||||
/* 0x6C */ const IsLeadByte_func* mIsLeadByte;
|
||||
};
|
||||
|
||||
extern u8 const JUTResFONT_Ascfont_fix12[16736];
|
||||
|
||||
#endif /* JUTRESFONT_H */
|
||||
|
||||
Reference in New Issue
Block a user