mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-06 06:05:40 +12:00
Properly pad AAC request struct
This commit is contained in:
parent
1420e714e7
commit
656b7da5e4
1 changed files with 2 additions and 0 deletions
|
@ -59,6 +59,8 @@ namespace Audio::AAC {
|
|||
u32_le size; // Size of input AAC stream
|
||||
u32_le destAddrLeft; // Output address for left channel samples
|
||||
u32_le destAddrRight; // Output address for right channel samples
|
||||
u32_le unknown1;
|
||||
u32_le unknown2;
|
||||
};
|
||||
|
||||
struct Message {
|
||||
|
|
Loading…
Add table
Reference in a new issue