VMManager: Log entry point in hexadecimal

This commit is contained in:
Benjamin Moir 2024-04-17 02:13:28 +10:00 committed by Connor McLaughlin
parent b94a232b31
commit 14b2335c54
1 changed files with 1 additions and 1 deletions

View File

@ -2621,7 +2621,7 @@ void VMManager::Internal::EntryPointCompilingOnCPUThread()
const bool reset_speed_limiter = (EmuConfig.EnableFastBootFastForward && IsFastBootInProgress());
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;
if (reset_speed_limiter)