mirror of
https://github.com/libretro/RetroArch
synced 2025-02-28 22:13:51 +00:00
Stub out this message
This commit is contained in:
parent
be98b0ea0b
commit
ba71dda1b2
@ -1400,7 +1400,10 @@ restart:
|
|||||||
return -EPIPE;
|
return -EPIPE;
|
||||||
goto restart;
|
goto restart;
|
||||||
}
|
}
|
||||||
|
#if 0
|
||||||
|
/* This tends to spam a lot */
|
||||||
RARCH_ERR("[TINYALSA]: Cannot write stream data.\n");
|
RARCH_ERR("[TINYALSA]: Cannot write stream data.\n");
|
||||||
|
#endif
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user