mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-12-06 07:12:28 +01:00
Remove handle in cellVdecClose
This commit is contained in:
parent
8eb59271a5
commit
f2bbae9db4
|
|
@ -505,6 +505,7 @@ s32 cellVdecClose(ppu_thread& ppu, u32 handle)
|
|||
}
|
||||
|
||||
ppu_execute<&sys_interrupt_thread_disestablish>(ppu, vdec->ppu_tid);
|
||||
idm::remove<vdec_context>(handle);
|
||||
return CELL_OK;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue