1
0
mirror of https://github.com/libretro/RetroArch synced 2024-07-08 12:15:49 +00:00

This spams too much, disable this

This commit is contained in:
twinaphex 2018-06-20 07:30:48 +02:00
parent cdbdd04cda
commit e3d04fd14a

View File

@ -418,8 +418,10 @@ static void audio_callback(double fps)
if(ret < 0)
{
#if 0
log_cb(RETRO_LOG_ERROR, "mpv encountered an error in audio "
"callback: %d.\n", ret);
#endif
return;
}