mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-23 16:09:47 +00:00
forgot to remove small code piece
This commit is contained in:
parent
8a62d5ea96
commit
aa6121975c
@ -231,7 +231,7 @@ static ssize_t ax_audio_write(void* data, const void* buf, size_t size)
|
||||
do {
|
||||
OSYieldThread();
|
||||
countAvail = AX_AUDIO_COUNT - ax->written;
|
||||
} while(AXIsVoiceRunning(ax->voice_l) && countAvail < count && countAvail < AX_AUDIO_SAMPLE_COUNT);
|
||||
} while(AXIsVoiceRunning(ax->voice_l) && countAvail < count);
|
||||
}
|
||||
|
||||
// ax_audio_buffer_write(ax, buf, count);
|
||||
|
Loading…
Reference in New Issue
Block a user