mirror of
https://github.com/devkitPro/wut.git
synced 2026-09-11 12:46:01 -05:00
sndcore2/rmt: Add missing include and apply formatting
This commit is contained in:
committed by
GaryOderNichts
parent
764596ccf5
commit
bf0bb0bfa5
@@ -1,4 +1,5 @@
|
||||
#pragma once
|
||||
#include <wut.h>
|
||||
|
||||
/**
|
||||
* \defgroup sndcore2_rmt Remote
|
||||
@@ -38,7 +39,9 @@ AXRmtAdvancePtr(uint32_t count);
|
||||
* Samples can be obtained while a voice with remote output enabled is playing
|
||||
*/
|
||||
uint32_t
|
||||
AXRmtGetSamples(uint32_t index, int16_t *samples, uint32_t sampleCount);
|
||||
AXRmtGetSamples(uint32_t index,
|
||||
int16_t *samples,
|
||||
uint32_t sampleCount);
|
||||
|
||||
/**
|
||||
* Get number of samples currently available to Wiimotes
|
||||
|
||||
@@ -166,6 +166,7 @@
|
||||
#include <sndcore2/device.h>
|
||||
#include <sndcore2/drcvs.h>
|
||||
#include <sndcore2/result.h>
|
||||
#include <sndcore2/rmt.h>
|
||||
#include <sndcore2/voice.h>
|
||||
#include <swkbd/rpl_interface.h>
|
||||
#include <sysapp/args.h>
|
||||
|
||||
Reference in New Issue
Block a user