mirror of https://github.com/PCSX2/pcsx2.git
VMManager: Log entry point in hexadecimal
This commit is contained in:
parent
b94a232b31
commit
14b2335c54
|
@ -2621,7 +2621,7 @@ void VMManager::Internal::EntryPointCompilingOnCPUThread()
|
||||||
const bool reset_speed_limiter = (EmuConfig.EnableFastBootFastForward && IsFastBootInProgress());
|
const bool reset_speed_limiter = (EmuConfig.EnableFastBootFastForward && IsFastBootInProgress());
|
||||||
|
|
||||||
Console.WriteLn(
|
Console.WriteLn(
|
||||||
Color_StrongGreen, fmt::format("ELF {} with entry point at 0x{} is executing.", s_elf_path, s_elf_entry_point));
|
Color_StrongGreen, fmt::format("ELF {} with entry point at 0x{:08X} is executing.", s_elf_path, s_elf_entry_point));
|
||||||
s_elf_executed = true;
|
s_elf_executed = true;
|
||||||
|
|
||||||
if (reset_speed_limiter)
|
if (reset_speed_limiter)
|
||||||
|
|
Loading…
Reference in New Issue