dsound: always wait on push

This commit is contained in:
flyinghead 2018-10-04 10:56:07 +02:00
parent 3f791d6f04
commit ce65be2f63
1 changed files with 2 additions and 2 deletions

View File

@ -144,7 +144,7 @@ static u32 directsound_push(void* frame, u32 samples, bool wait)
{
u16* f=(u16*)frame;
/*
bool w=false;
for (u32 i = 0; i < samples*2; i++)
@ -157,7 +157,7 @@ static u32 directsound_push(void* frame, u32 samples, bool wait)
}
wait &= w;
*/
int ffs=1;
/*