mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-19 03:33:56 +00:00
More logging
This commit is contained in:
@@ -53,9 +53,11 @@ namespace
|
|||||||
}
|
}
|
||||||
catch (...)
|
catch (...)
|
||||||
{
|
{
|
||||||
printf("Emulation failed at: 0x%llX\n", win_emu.emu().read_instruction_pointer());
|
win_emu.logger.print(color::red, "Emulation failed at: 0x%llX\n", win_emu.emu().read_instruction_pointer());
|
||||||
throw;
|
throw;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
win_emu.logger.print(color::red, "Emulation terminated!");
|
||||||
}
|
}
|
||||||
|
|
||||||
void run(std::string_view application)
|
void run(std::string_view application)
|
||||||
|
|||||||
Reference in New Issue
Block a user