Serialize core timing
This commit is contained in:
parent
8abc5525be
commit
c24ea0f0ee
5 changed files with 54 additions and 3 deletions
|
@ -434,6 +434,7 @@ void System::Reset() {
|
|||
template <class Archive>
|
||||
void System::serialize(Archive& ar, const unsigned int file_version) {
|
||||
Memory::RasterizerFlushAndInvalidateRegion(0, 0xFFFFFFFF);
|
||||
ar&* timing.get();
|
||||
ar&* cpu_core.get();
|
||||
ar&* service_manager.get();
|
||||
ar& GPU::g_regs;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue