mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-07 23:45:12 +00:00
Lv2 Cond/Mutex rewritten, bugfixes
This commit is contained in:
parent
48c1f0f03d
commit
ef65299dff
35 changed files with 425 additions and 507 deletions
|
|
@ -209,7 +209,7 @@ u32 vdecOpen(VideoDecoder* vdec_ptr)
|
|||
std::shared_ptr<VideoDecoder> sptr(vdec_ptr);
|
||||
VideoDecoder& vdec = *vdec_ptr;
|
||||
|
||||
u32 vdec_id = cellVdec.GetNewId(sptr);
|
||||
u32 vdec_id = Emu.GetIdManager().GetNewID(sptr);
|
||||
|
||||
vdec.id = vdec_id;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue