mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-03-27 13:49:54 -06: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