mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-04 10:32:15 +02:00
Minor text fix
This commit is contained in:
parent
f85a020a99
commit
fb34bd98e7
@ -102,7 +102,7 @@ Result audinCaptureBuffer(AudioInBuffer *source, AudioInBuffer **released) {
|
|||||||
Result rc = 0;
|
Result rc = 0;
|
||||||
u32 released_count = 0;
|
u32 released_count = 0;
|
||||||
|
|
||||||
// Try to push the supplied buffer to the audio output device
|
// Try to push the supplied buffer to the audio input device
|
||||||
rc = audinAppendAudioInBuffer(source);
|
rc = audinAppendAudioInBuffer(source);
|
||||||
|
|
||||||
if (R_SUCCEEDED(rc))
|
if (R_SUCCEEDED(rc))
|
||||||
|
Loading…
Reference in New Issue
Block a user