[XBDM] Implemented DmGetConsoleType

This commit is contained in:
Adrian
2026-02-16 14:49:29 +00:00
committed by Radosław Gliński
parent bf5ddc6b71
commit abaa0e4c96
3 changed files with 21 additions and 1 deletions

View File

@@ -191,7 +191,7 @@ static bool exception_pointers_handler(HostExceptionReport* report) {
xe::kernel::kernel_state()->emulator()->title_version();
title_info =
fmt::format("{}({:08X}) - {}", title_name, title_id, title_version);
fmt::format("{} ({:08X}) - {}", title_name, title_id, title_version);
}
}