mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-31 18:32:43 +00:00
Merge pull request #4842 from ligfx/fix_prix64_es
ES: use PRIx64 to print m_addtitle_tmd.GetTitleId()
This commit is contained in:
commit
db9720d038
@ -403,7 +403,7 @@ IPCCommandResult ES::AddContentStart(const IOCtlVRequest& request)
|
|||||||
if (title_id != m_addtitle_tmd.GetTitleId())
|
if (title_id != m_addtitle_tmd.GetTitleId())
|
||||||
{
|
{
|
||||||
ERROR_LOG(IOS_ES, "IOCTL_ES_ADDCONTENTSTART: title id %016" PRIx64 " != "
|
ERROR_LOG(IOS_ES, "IOCTL_ES_ADDCONTENTSTART: title id %016" PRIx64 " != "
|
||||||
"TMD title id %016lx, ignoring",
|
"TMD title id %016" PRIx64 ", ignoring",
|
||||||
title_id, m_addtitle_tmd.GetTitleId());
|
title_id, m_addtitle_tmd.GetTitleId());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user