mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-01-01 03:32:07 +00: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 New Issue
Block a user