mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-11 16:46:16 +00:00
Fix tests and compilation
This commit is contained in:
@@ -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{};
|
||||
|
||||
Reference in New Issue
Block a user