mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-17 17:11:23 +00: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 New Issue
Block a user