Invalidate savestates

This commit is contained in:
capriots 2024-11-22 15:43:02 +01:00 committed by Elad
parent 9b3b9562c0
commit 108247dccc
2 changed files with 1 additions and 2 deletions

View file

@ -901,7 +901,6 @@ error_code cellAdecClose(ppu_thread& ppu, vm::ptr<AdecContext> handle)
return ret;
}
handle->_this = vm::null;
handle->sequence_state = AdecSequenceState::closed;