mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +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
|
@ -790,7 +790,7 @@ bool SConfig::AutoSetup(EBootBS2 _BootBS2)
|
|||
|
||||
// Use the TitleIDhex for name and/or unique ID if launching from nand folder
|
||||
// or if it is not ascii characters (specifically sysmenu could potentially apply to other things)
|
||||
std::string titleidstr = StringFromFormat("%016llx", ContentLoader.GetTitleID());
|
||||
std::string titleidstr = StringFromFormat("%016" PRIx64, ContentLoader.GetTitleID());
|
||||
|
||||
if (m_strName.empty())
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue