mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-26 07:01:02 +00:00
Respect reproducibility
This commit is contained in:
@@ -16,7 +16,7 @@ namespace test
|
||||
.use_relative_time = false,
|
||||
};
|
||||
|
||||
auto emu = create_sample_emulator(settings, callbacks);
|
||||
auto emu = create_sample_emulator(settings, false, callbacks);
|
||||
emu.start();
|
||||
|
||||
constexpr auto prefix = "Time: "sv;
|
||||
|
||||
Reference in New Issue
Block a user