mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-08-15 23:09:09 +00:00
Fix cellVdecClose
Thanks Micaelis#6971
This commit is contained in:
parent
680aaf21f0
commit
4ef384a161
1 changed files with 1 additions and 2 deletions
|
@ -501,9 +501,8 @@ s32 cellVdecClose(ppu_thread& ppu, u32 handle)
|
||||||
|
|
||||||
vdec->notify();
|
vdec->notify();
|
||||||
vdec->join();
|
vdec->join();
|
||||||
idm::remove<ppu_thread>(handle);
|
|
||||||
|
|
||||||
CALL_FUNC(ppu, sys_interrupt_thread_disestablish, ppu, vdec->ppu_tid);
|
CALL_FUNC(ppu, sys_interrupt_thread_disestablish, ppu, vdec->ppu_tid);
|
||||||
|
idm::remove<ppu_thread>(handle);
|
||||||
return CELL_OK;
|
return CELL_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue