mirror of
https://github.com/libretro/RetroArch
synced 2025-03-30 07:20:36 +00:00
[LIBNX] Removed extraneous logging when blocked in switch_audio
This commit is contained in:
parent
c39bc4ecab
commit
8ad8ec5344
@ -94,8 +94,6 @@ static ssize_t switch_audio_write(void *data, const void *buf, size_t size)
|
||||
{
|
||||
if (swa->blocking)
|
||||
{
|
||||
RARCH_LOG("No buffer, blocking...\n");
|
||||
|
||||
while(swa->current_buffer == NULL)
|
||||
{
|
||||
uint32_t handle_idx = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user