mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 15:45:19 +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)
|
if (swa->blocking)
|
||||||
{
|
{
|
||||||
RARCH_LOG("No buffer, blocking...\n");
|
|
||||||
|
|
||||||
while(swa->current_buffer == NULL)
|
while(swa->current_buffer == NULL)
|
||||||
{
|
{
|
||||||
uint32_t handle_idx = 0;
|
uint32_t handle_idx = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user