mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-04 02:22:15 +02:00
Add alignment note in header file
This commit is contained in:
parent
402e698d10
commit
45e998de85
@ -29,7 +29,7 @@ typedef struct AudioOutBuffer AudioOutBuffer;
|
||||
struct AudioOutBuffer
|
||||
{
|
||||
AudioOutBuffer* next; ///< Next buffer.
|
||||
void* buffer; ///< Sample buffer.
|
||||
void* buffer; ///< Sample buffer (aligned to 0x1000 bytes).
|
||||
u64 buffer_size; ///< Sample buffer size.
|
||||
u64 data_size; ///< Size of data inside the buffer.
|
||||
u64 data_offset; ///< Offset of data inside the buffer.
|
||||
|
Loading…
Reference in New Issue
Block a user