Reduce output

This commit is contained in:
momo5502
2024-12-26 09:43:55 +01:00
parent 0f990c9288
commit 42b35047ca
2 changed files with 2 additions and 1 deletions

View File

@@ -98,6 +98,7 @@ namespace
emulator_settings settings{
.application = argv[0],
.arguments = parse_arguments(argv, argc),
.silent_until_main = true,
};
windows_emulator win_emu{std::move(settings)};

View File

@@ -2,7 +2,7 @@
#include "reflect_type_info.hpp"
//#define CACHE_OBJECT_ADDRESSES
#define CACHE_OBJECT_ADDRESSES
template <typename T>
emulator_hook* watch_object(windows_emulator& emu, emulator_object<T> object)