Z2AudioMgr / various JAudio setup (#152)

* audioMgr setup

* bunch of JAudio setup
This commit is contained in:
TakaRikka
2021-09-30 07:13:49 -07:00
committed by GitHub
parent 4efaff5faf
commit 5390dfe55f
103 changed files with 1329 additions and 2696 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ extern "C" extern u8 data_80451348[8];
inline JAISoundID::JAISoundID(u32 pId) : mId(pId) {}
inline JAISoundID JAISound::getID() const {
return JAISoundID((u32)sound_id);
return JAISoundID((u32)soundID);
}
Z2SoundHandles::Z2SoundHandles() {