Skip to content
This repository has been archived by the owner on Jul 10, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1786 from reicast/skmp/fix-audio-startup-trashing
Browse files Browse the repository at this point in the history
Audiostream: Remove mspdf check for wait. Will re-implement in a better way.
  • Loading branch information
skmp authored Feb 2, 2020
2 parents 77b6b97 + 5f99455 commit 79b45a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libswirl/oslib/audiostream.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ struct AudioStream_impl : AudioStream {

void WriteSample(s16 r, s16 l)
{
bool wait = settings.aica.LimitFPS && (mspdf <= 11);
bool wait = settings.aica.LimitFPS;

if (IsPullMode())
{
Expand Down

0 comments on commit 79b45a5

Please sign in to comment.