Respect reproducibility

This commit is contained in:
momo5502
2025-01-26 11:03:19 +01:00
parent 8c70ef5af2
commit 72a3123303
4 changed files with 30 additions and 14 deletions

View File

@@ -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;