mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-05 06:21:26 +12:00
yeah, that happened
This commit is contained in:
parent
aa8e854be2
commit
f073f1ca4b
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