audout: match official sw with opening the event with autoclear set.

This commit is contained in:
ITotalJustice 2025-07-25 02:42:48 +01:00
parent 1c293a8be0
commit e761c175a4

View File

@ -210,7 +210,7 @@ Result audoutAppendAudioOutBuffer(AudioOutBuffer *Buffer) {
}
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) {