mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-17 08:11:51 +00:00
Clear hv context
This commit is contained in:
parent
294bebb4a7
commit
9d87e444ac
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user