mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-08 09:09:04 +00:00
Partially revert "General: Toss out PRI macro usage"
This commit is contained in:
parent
3014feedc8
commit
19459e827f
36 changed files with 63 additions and 74 deletions
|
@ -96,7 +96,7 @@ void RegisterV(const void* base_address, u32 code_size,
|
|||
if (s_perf_map_file.IsOpen())
|
||||
{
|
||||
std::string entry = StringFromFormat(
|
||||
"%llx %x %s\n",
|
||||
"%" PRIx64 " %x %s\n",
|
||||
(u64)base_address, code_size, symbol_name.data());
|
||||
s_perf_map_file.WriteBytes(entry.data(), entry.size());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue