mirror of
https://github.com/zeldaret/tp
synced 2026-05-23 06:54:28 -04:00
d_s_logo / d_s_play debug work, d_a_kago cleanup, misc cleanup (#3116)
* d_a_kago cleanup * d_s_logo wii/shield work * d_s_logo / d_s_play debug work * fix missing profile class sizeof's * fix phase->id values * build fixes * fix dCamera_c and camera profile
This commit is contained in:
@@ -6,6 +6,10 @@
|
||||
void mDoRst_reset(int, u32, int);
|
||||
void mDoRst_resetCallBack(int, void*);
|
||||
|
||||
#if !PLATFORM_GCN
|
||||
void mDoRst_shutdownCallBack();
|
||||
#endif
|
||||
|
||||
struct mDoRstData {
|
||||
/* 0x00 */ int mReset;
|
||||
/* 0x04 */ int mResetPrepare;
|
||||
|
||||
@@ -27,13 +27,13 @@ public:
|
||||
static u8 isResetFlag() { return mResetFlag; }
|
||||
static void onResetFlag() { mResetFlag = true; }
|
||||
static void offResetFlag() { mResetFlag = false; }
|
||||
static bool isBgmSet() { return mBgmSet; }
|
||||
static u8 isBgmSet() { return mBgmSet; }
|
||||
static void onBgmSet() { mBgmSet = true; }
|
||||
static void offBgmSet() { mBgmSet = false; }
|
||||
|
||||
static u8 mInitFlag;
|
||||
static u8 mResetFlag;
|
||||
static bool mBgmSet;
|
||||
static u8 mBgmSet;
|
||||
};
|
||||
|
||||
extern JKRSolidHeap* g_mDoAud_audioHeap;
|
||||
|
||||
@@ -774,6 +774,12 @@ void mDoExt_restoreCurrentHeap();
|
||||
JKRExpHeap* mDoExt_getGameHeap();
|
||||
void mDoExt_setSafeGameHeapSize();
|
||||
size_t mDoExt_getSafeGameHeapSize();
|
||||
intptr_t mDoExt_getSafeArchiveHeapSize();
|
||||
intptr_t mDoExt_getSafeJ2dHeapSize();
|
||||
intptr_t mDoExt_getSafeCommandHeapSize();
|
||||
void mDoExt_setSafeCommandHeapSize();
|
||||
void mDoExt_setSafeArchiveHeapSize();
|
||||
void mDoExt_setSafeJ2dHeapSize();
|
||||
void mDoExt_destroySolidHeap(JKRSolidHeap* i_heap);
|
||||
JKRHeap* mDoExt_setCurrentHeap(JKRHeap* i_heap);
|
||||
JKRExpHeap* mDoExt_getArchiveHeap();
|
||||
|
||||
Reference in New Issue
Block a user