mirror of
https://github.com/devkitPro/wut.git
synced 2026-08-28 13:55:04 -05:00
Small comment changes
This commit is contained in:
@@ -17,6 +17,7 @@ extern "C" {
|
||||
*
|
||||
* \see AXRmtGetSamplesLeft
|
||||
* \see AXRmtGetSamples
|
||||
* \note
|
||||
* Reduces number of available samples
|
||||
*/
|
||||
uint32_t
|
||||
@@ -33,7 +34,7 @@ AXRmtAdvancePtr(uint32_t count);
|
||||
* \see AXRmtGetSamplesLeft
|
||||
* \see AXRmtAdvancePtr
|
||||
* \see AXSetVoiceRmtOn
|
||||
*
|
||||
* \note
|
||||
* Samples can be obtained while a voice with remote output enabled is playing
|
||||
*/
|
||||
uint32_t
|
||||
|
||||
@@ -380,7 +380,7 @@ AXSetVoiceVeDelta(AXVoice *voice,
|
||||
/**
|
||||
* Enable generating samples for Wiimotes
|
||||
* \param voice voice to generate samples from
|
||||
* \param on set to TRUE to generate samples for Wiimotes
|
||||
* \param on set TRUE to generate samples for Wiimotes
|
||||
*
|
||||
* \see AXRmtGetSamples
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user