[GPU/Kernel] Fix space-prefixed hexadecimal number printing

This commit is contained in:
Triang3l
2022-01-29 14:02:55 +03:00
parent fe3f0f26e4
commit 22eb8747d3
3 changed files with 5 additions and 5 deletions

View File

@@ -245,7 +245,7 @@ X_RESULT ContentManager::DeleteContent(const XCONTENT_AGGREGATE_DATA& data) {
}
std::filesystem::path ContentManager::ResolveGameUserContentPath() {
auto title_id = fmt::format("{:8X}", kernel_state_->title_id());
auto title_id = fmt::format("{:08X}", kernel_state_->title_id());
auto user_name = xe::to_path(kernel_state_->user_profile()->name());
// Per-game per-profile data location: