mirror of
https://github.com/switchbrew/libnx.git
synced 2025-08-06 08:19:22 +02:00
audout: match official sw with opening the event with autoclear set.
This commit is contained in:
parent
1c293a8be0
commit
e761c175a4
@ -210,7 +210,7 @@ Result audoutAppendAudioOutBuffer(AudioOutBuffer *Buffer) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
static Result _audoutRegisterBufferEvent(Event *BufferEvent) {
|
static Result _audoutRegisterBufferEvent(Event *BufferEvent) {
|
||||||
return _audoutCmdGetEvent(&g_audoutIAudioOut, BufferEvent, false, 4);
|
return _audoutCmdGetEvent(&g_audoutIAudioOut, BufferEvent, true, 4);
|
||||||
}
|
}
|
||||||
|
|
||||||
Result audoutGetReleasedAudioOutBuffer(AudioOutBuffer **Buffer, u32 *ReleasedBuffersCount) {
|
Result audoutGetReleasedAudioOutBuffer(AudioOutBuffer **Buffer, u32 *ReleasedBuffersCount) {
|
||||||
|
Loading…
Reference in New Issue
Block a user