mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-04 02:22:15 +02:00
Moving comment for doxygen
This commit is contained in:
parent
9c9ff5f8a7
commit
d7a513f1c5
@ -23,9 +23,9 @@ typedef enum {
|
|||||||
AudioOutState_Stopped = 1,
|
AudioOutState_Stopped = 1,
|
||||||
} AudioOutState;
|
} AudioOutState;
|
||||||
|
|
||||||
/// audio output buffer format
|
|
||||||
typedef struct AudioOutBuffer AudioOutBuffer;
|
typedef struct AudioOutBuffer AudioOutBuffer;
|
||||||
|
|
||||||
|
/// audio output buffer format
|
||||||
struct AudioOutBuffer
|
struct AudioOutBuffer
|
||||||
{
|
{
|
||||||
AudioOutBuffer* next; ///< Next buffer.
|
AudioOutBuffer* next; ///< Next buffer.
|
||||||
|
Loading…
Reference in New Issue
Block a user