Clear hv context

This commit is contained in:
kd-11 2024-08-07 11:10:42 +03:00 committed by kd-11
parent 294bebb4a7
commit 9d87e444ac
1 changed files with 2 additions and 0 deletions

View File

@ -2062,6 +2062,8 @@ spu_thread::spu_thread(lv2_spu_group* group, u32 index, std::string_view name, u
}
range_lock = vm::alloc_range_lock();
memset(&hv_ctx, 0, sizeof(hv_ctx));
}
void spu_thread::serialize_common(utils::serial& ar)