mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-20 04:03:57 +00:00
Small fixes and additions
This commit is contained in:
@@ -1051,6 +1051,11 @@ void windows_emulator::deserialize(utils::buffer_deserializer& buffer)
|
||||
return x64_emulator_wrapper{this->emu()};
|
||||
});
|
||||
|
||||
buffer.register_factory<windows_emulator_wrapper>([this]
|
||||
{
|
||||
return windows_emulator_wrapper{*this};
|
||||
});
|
||||
|
||||
buffer.read(this->use_relative_time_);
|
||||
|
||||
this->emu().deserialize(buffer);
|
||||
|
||||
Reference in New Issue
Block a user