Fix cellVdecClose

Thanks Micaelis#6971
This commit is contained in:
Nekotekina 2018-09-27 12:15:20 +03:00
parent 680aaf21f0
commit 4ef384a161

View File

@ -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;
}