Audio decompiled and WIP custom sample support

This commit is contained in:
Nicholas Estelami
2022-06-01 13:06:32 -04:00
parent 5fcddaa066
commit 941c19f2c3
44 changed files with 2384 additions and 167 deletions

View File

@@ -120,7 +120,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;