mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-08 03:37:02 -04:00
wip debug / pal building, b_gm mostly done (#2285)
* b_gm mostly done * wip debug / pal building * fix configure.py * fix some debug macros / flags
This commit is contained in:
@@ -46,7 +46,9 @@ public:
|
||||
/* 0x1370 */ Z2FxLineMgr mFxLineMgr;
|
||||
}; // Size: 0x138C
|
||||
|
||||
#if VERSION != VERSION_SHIELD_DEBUG
|
||||
STATIC_ASSERT(sizeof(Z2AudioMgr) == 0x138C);
|
||||
#endif
|
||||
|
||||
inline Z2AudioMgr* Z2GetAudioMgr() {
|
||||
return Z2AudioMgr::getInterface();
|
||||
|
||||
@@ -40,7 +40,9 @@ private:
|
||||
/* 0x80C */ JAISoundID mSoundID;
|
||||
}; // Size: 0x810
|
||||
|
||||
#if VERSION != VERSION_SHIELD_DEBUG
|
||||
STATIC_ASSERT(sizeof(Z2SoundMgr) == 0x810);
|
||||
#endif
|
||||
|
||||
inline Z2SoundMgr* Z2GetSoundMgr() {
|
||||
return JASGlobalInstance<Z2SoundMgr>::getInstance();
|
||||
|
||||
Reference in New Issue
Block a user