Skip to content

Commit

Permalink
Fix cellVdecClose
Browse files Browse the repository at this point in the history
Thanks Micaelis#6971
  • Loading branch information
Nekotekina committed Sep 27, 2018
1 parent c253b57 commit 8a75bf0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rpcs3/Emu/Cell/Modules/cellVdec.cpp
Expand Up @@ -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;
}

Expand Down

0 comments on commit 8a75bf0

Please sign in to comment.