mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-12-06 07:12:28 +01:00
yeah, that happened
This commit is contained in:
parent
aa8e854be2
commit
f073f1ca4b
|
|
@ -148,7 +148,7 @@ u32 vdecOpen(VideoDecoder* data)
|
|||
continue;
|
||||
}
|
||||
|
||||
if (vdec.frames.GetSize() >= 50)
|
||||
if (vdec.frames.GetCount() >= 50)
|
||||
{
|
||||
Sleep(1);
|
||||
continue;
|
||||
|
|
|
|||
Loading…
Reference in a new issue