mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-15 04:10:07 +00:00
kernel: Add some missing state to process serialization. (#7295)
This commit is contained in:
parent
2bb7f89c30
commit
5bcdcffd96
@ -48,6 +48,8 @@ void Process::serialize(Archive& ar, const unsigned int file_version) {
|
|||||||
ar& vm_manager;
|
ar& vm_manager;
|
||||||
ar& memory_used;
|
ar& memory_used;
|
||||||
ar& memory_region;
|
ar& memory_region;
|
||||||
|
ar& holding_memory;
|
||||||
|
ar& holding_tls_memory;
|
||||||
ar& tls_slots;
|
ar& tls_slots;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user