Support relative and absolute time

This fixes #23
This commit is contained in:
momo5502
2024-11-10 15:34:21 +01:00
parent 6f8f840b57
commit d1493867fe
5 changed files with 56 additions and 11 deletions

View File

@@ -26,6 +26,7 @@ namespace test
{
.application = "./test-sample.exe",
.disable_logging = true,
.use_relative_time = true,
};
return windows_emulator{settings};