mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 11:36:13 +00:00
Fix Miku OP video
And break something else
This commit is contained in:
parent
f0d184f38b
commit
dda274afb0
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue