Basic working file writing

This commit is contained in:
momo5502
2024-10-22 20:09:33 +02:00
parent 4b2adb0d63
commit af529a62d7
5 changed files with 197 additions and 73 deletions

View File

@@ -78,7 +78,7 @@ namespace
(void)&watch_system_objects;
//watch_system_objects(win_emu);
win_emu.buffer_stdout = false;
win_emu.buffer_stdout = true;
//win_emu.verbose_calls = true;
const auto& exe = *win_emu.process().executable;