mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-19 11:43:56 +00:00
Initialize emulator using settings struct
This commit is contained in:
@@ -62,10 +62,12 @@ namespace
|
||||
|
||||
void run(const std::string_view application)
|
||||
{
|
||||
windows_emulator win_emu{
|
||||
application, {}
|
||||
const emulator_settings settings{
|
||||
.application = application,
|
||||
};
|
||||
|
||||
windows_emulator win_emu{settings};
|
||||
|
||||
(void)&watch_system_objects;
|
||||
//watch_system_objects(win_emu);
|
||||
win_emu.buffer_stdout = true;
|
||||
|
||||
Reference in New Issue
Block a user