mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-11 08:36:16 +00:00
Reduce output
This commit is contained in:
@@ -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)};
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user