mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-05 07:38:41 +00:00
improved logging output
This commit is contained in:
parent
e9754a2684
commit
ab40a582df
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ void SymbolsResolver::DebugDump(const std::filesystem::path& file_name) {
|
||||||
} else {
|
} else {
|
||||||
nidName = "UNK";
|
nidName = "UNK";
|
||||||
}
|
}
|
||||||
f.WriteString(fmt::format("{} {} {} {} {} {} {} {} {}\n", symbol.virtual_address, ids.at(0),
|
f.WriteString(fmt::format("{:<20} {:<16} {:<60} {:<30} {:<2} {:<30} {:<2} {:<2} {:<10}\n", symbol.virtual_address, ids.at(0),
|
||||||
nidName, ids.at(1), ids.at(2), ids.at(3), ids.at(4), ids.at(5),
|
nidName, ids.at(1), ids.at(2), ids.at(3), ids.at(4), ids.at(5),
|
||||||
ids.at(6)));
|
ids.at(6)));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue