Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion include/sndcore2/rmt.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#pragma once
#include <wut.h>

/**
* \defgroup sndcore2_rmt Remote
Expand Down Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down