mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-12 17:58:37 +12:00
commit
34729e2687
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ u32 vdecOpen(VideoDecoder* data)
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (vdec.frames.GetSize() >= 50)
|
if (vdec.frames.GetCount() >= 50)
|
||||||
{
|
{
|
||||||
Sleep(1);
|
Sleep(1);
|
||||||
continue;
|
continue;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue