diff options
| author | spicyjpeg <thatspicyjpeg@gmail.com> | 2023-06-20 11:40:13 +0200 |
|---|---|---|
| committer | spicyjpeg <thatspicyjpeg@gmail.com> | 2023-06-20 11:40:13 +0200 |
| commit | ced21c69f7b399dce169069334c1424e5254d582 (patch) | |
| tree | f8d7f3bb4eed04410881334992f664e6e0edcb64 /examples/sound/vagsample | |
| parent | eaea5649a0803cc4bfeb6d21ee9f4098d4b493fc (diff) | |
| download | psn00bsdk-ced21c69f7b399dce169069334c1424e5254d582.tar.gz | |
Update io/pads and sound/cdstream examples
Diffstat (limited to 'examples/sound/vagsample')
| -rw-r--r-- | examples/sound/vagsample/main.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/sound/vagsample/main.c b/examples/sound/vagsample/main.c index dffa4cc..701bfb5 100644 --- a/examples/sound/vagsample/main.c +++ b/examples/sound/vagsample/main.c @@ -94,7 +94,8 @@ typedef struct { uint32_t interleave; // Unused in mono files uint32_t size; // Big-endian, in bytes uint32_t sample_rate; // Big-endian, in Hertz - uint32_t _reserved[3]; + uint16_t _reserved[5]; + uint16_t channels; // Unused in mono files char name[16]; } VAG_Header; |
