mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 03:25:16 +00:00
Remove handle in cellVdecClose
This commit is contained in:
parent
8eb59271a5
commit
f2bbae9db4
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue