mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-06-04 23:15:00 -06:00
parent
be224a4556
commit
830c5ba435
@ -38,10 +38,9 @@ void SymbolsResolver::DebugDump(const std::filesystem::path& file_name) {
|
|||||||
const auto ids = Common::SplitString(symbol.name, '#');
|
const auto ids = Common::SplitString(symbol.name, '#');
|
||||||
const auto aeronid = AeroLib::FindByNid(ids.at(0).c_str());
|
const auto aeronid = AeroLib::FindByNid(ids.at(0).c_str());
|
||||||
const auto nid_name = aeronid ? aeronid->name : "UNK";
|
const auto nid_name = aeronid ? aeronid->name : "UNK";
|
||||||
f.WriteString(
|
f.WriteString(fmt::format("0x{:<20x} {:<16} {:<60} {:<30} {:<2} {:<30} {:<10}\n",
|
||||||
fmt::format("0x{:<20x} {:<16} {:<60} {:<30} {:<2} {:<30} {:<2} {:<2} {:<10}\n",
|
symbol.virtual_address, ids.at(0), nid_name, ids.at(1), ids.at(2),
|
||||||
symbol.virtual_address, ids.at(0), nid_name, ids.at(1), ids.at(2),
|
ids.at(3), ids.at(4)));
|
||||||
ids.at(3), ids.at(4), ids.at(5), ids.at(6)));
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user