mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-06-07 18:25:00 -06:00
reduce spamming log
This commit is contained in:
parent
d63ece5867
commit
e72115d59f
@ -121,7 +121,7 @@ public:
|
|||||||
alGetSourcei(source, AL_BUFFERS_QUEUED, &queued);
|
alGetSourcei(source, AL_BUFFERS_QUEUED, &queued);
|
||||||
|
|
||||||
if (state != AL_PLAYING && queued > 0) {
|
if (state != AL_PLAYING && queued > 0) {
|
||||||
LOG_WARNING(Lib_AudioOut, "Audio underrun detected (queued: {}), restarting source",
|
LOG_DEBUG(Lib_AudioOut, "Audio underrun detected (queued: {}), restarting source",
|
||||||
queued);
|
queued);
|
||||||
alSourcePlay(source);
|
alSourcePlay(source);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user