mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-28 15:31:02 +00:00
Make sure to create reproducible emulator
This commit is contained in:
@@ -95,6 +95,11 @@ namespace test
|
||||
return create_sample_emulator(std::move(settings), config);
|
||||
}
|
||||
|
||||
inline windows_emulator create_reproducible_sample_emulator()
|
||||
{
|
||||
return create_sample_emulator({.reproducible = true});
|
||||
}
|
||||
|
||||
inline void bisect_emulation(windows_emulator& emu)
|
||||
{
|
||||
utils::buffer_serializer start_state{};
|
||||
|
||||
Reference in New Issue
Block a user