mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-08 16:01:42 +12:00
Clear hv context
This commit is contained in:
parent
294bebb4a7
commit
9d87e444ac
1 changed files with 2 additions and 0 deletions
|
@ -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();
|
range_lock = vm::alloc_range_lock();
|
||||||
|
|
||||||
|
memset(&hv_ctx, 0, sizeof(hv_ctx));
|
||||||
}
|
}
|
||||||
|
|
||||||
void spu_thread::serialize_common(utils::serial& ar)
|
void spu_thread::serialize_common(utils::serial& ar)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue