Fix Miku OP video

And break something else
This commit is contained in:
Nekotekina 2017-07-03 14:27:35 +03:00
parent f0d184f38b
commit dda274afb0

View File

@ -77,7 +77,7 @@ struct vdec_thread : ppu_thread
std::mutex mutex;
std::queue<vdec_frame> out;
u32 max_frames = 20;
u32 max_frames = 60;
vdec_thread(s32 type, u32 profile, u32 addr, u32 size, vm::ptr<CellVdecCbMsg> func, u32 arg, u32 prio, u32 stack)
: ppu_thread("HLE Video Decoder", prio, stack)