mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-14 10:37:17 -07:00
Merge branch 'zapd_audio_support' into zelda64
This commit is contained in:
commit
bb90be6748
16 changed files with 127 additions and 59 deletions
|
@ -125,7 +125,8 @@ typedef struct {
|
|||
/* 0x08 */ s16 book[1]; // size 8 * order * npredictors. 8-byte aligned
|
||||
} AdpcmBook; // size >= 0x8
|
||||
|
||||
typedef struct {
|
||||
typedef struct
|
||||
{
|
||||
union {
|
||||
struct {
|
||||
/* 0x00 */ u32 codec : 4;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue