mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-13 10:18:40 +12:00
Lv2 Cond/Mutex rewritten, bugfixes
This commit is contained in:
parent
48c1f0f03d
commit
ef65299dff
35 changed files with 425 additions and 507 deletions
|
@ -219,7 +219,7 @@ u32 adecOpen(AudioDecoder* adec_ptr)
|
|||
std::shared_ptr<AudioDecoder> sptr(adec_ptr);
|
||||
AudioDecoder& adec = *adec_ptr;
|
||||
|
||||
u32 adec_id = cellAdec.GetNewId(sptr);
|
||||
u32 adec_id = Emu.GetIdManager().GetNewID(sptr);
|
||||
|
||||
adec.id = adec_id;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue