mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 13:48:56 +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
|
@ -20,8 +20,7 @@ void SymbolDB::List()
|
|||
func.second.size, func.second.hash,
|
||||
func.second.numCalls);
|
||||
}
|
||||
INFO_LOG(OSHLE, "%lu functions known in this program above.",
|
||||
(unsigned long)functions.size());
|
||||
INFO_LOG(OSHLE, "%zu functions known in this program above.", functions.size());
|
||||
}
|
||||
|
||||
void SymbolDB::Clear(const char *prefix)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue