-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* JAudio2 and Z2AudioLib work * check1stDynamicWave matched
- Loading branch information
1 parent
c44ea21
commit 5650c7f
Showing
94 changed files
with
3,787 additions
and
7,238 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,22 @@ | ||
#ifndef JASBASICBANK_H | ||
#define JASBASICBANK_H | ||
|
||
#include "dolphin/types.h" | ||
#include "JSystem/JAudio2/JASBank.h" | ||
#include "JSystem/JAudio2/JASBasicInst.h" | ||
#include "JSystem/JKernel/JKRHeap.h" | ||
|
||
class JASBasicBank : public JASBank { | ||
public: | ||
/* 80297D78 */ JASBasicBank(); | ||
/* 80297DA4 */ void newInstTable(u8, JKRHeap*); | ||
/* 80297E00 */ bool getInstParam(int, int, int, JASInstParam*) const; | ||
/* 80297E68 */ void setInst(int, JASInst*); | ||
/* 80297E80 */ JASInst* getInst(int) const; | ||
/* 80297F0C */ ~JASBasicBank() {} | ||
/* 80297F68 */ u32 getType() const { return 'BSIC'; } | ||
|
||
/* 0x8 */ JASInst** mInstTable; | ||
/* 0xC */ u8 mInstNumMax; | ||
}; | ||
|
||
#endif /* JASBASICBANK_H */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -120,4 +120,6 @@ namespace JASDsp { | |
extern f32 sDSPVolume; | ||
}; | ||
|
||
u16 DSP_CreateMap2(u32 msg); | ||
|
||
#endif /* JASDSPINTERFACE_H */ |
Oops, something went wrong.