Fix tests and compilation

This commit is contained in:
momo5502
2024-11-17 09:42:54 +01:00
parent a87bb85858
commit 804f517e68
5 changed files with 23 additions and 21 deletions

View File

@@ -202,6 +202,12 @@ public:
this->release();
}
static emulator_thread construct(utils::buffer_deserializer& buffer)
{
const auto wrapper = buffer.read<x64_emulator_wrapper>();
return {wrapper.get()};
}
moved_marker marker{};
x64_emulator* emu_ptr{};