mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 03:25:16 +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->join();
|
||||
idm::remove<ppu_thread>(handle);
|
||||
|
||||
CALL_FUNC(ppu, sys_interrupt_thread_disestablish, ppu, vdec->ppu_tid);
|
||||
idm::remove<ppu_thread>(handle);
|
||||
return CELL_OK;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue