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