diff --git a/rpcs3/Emu/Cell/Modules/cellVdec.cpp b/rpcs3/Emu/Cell/Modules/cellVdec.cpp index 65a0b04505..67c34e739d 100644 --- a/rpcs3/Emu/Cell/Modules/cellVdec.cpp +++ b/rpcs3/Emu/Cell/Modules/cellVdec.cpp @@ -77,7 +77,7 @@ struct vdec_thread : ppu_thread std::mutex mutex; std::queue out; - u32 max_frames = 20; + u32 max_frames = 60; vdec_thread(s32 type, u32 profile, u32 addr, u32 size, vm::ptr func, u32 arg, u32 prio, u32 stack) : ppu_thread("HLE Video Decoder", prio, stack)