mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-09 18:27:17 -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:
@@ -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