mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
IOS/ES: Log content ID and index when opening contents for debugging
The content ID/index is what actually matters..
This commit is contained in:
parent
5e79b6acb7
commit
41e2fab54c
@ -39,7 +39,9 @@ s32 ESDevice::OpenContent(const ES::TMDReader& tmd, u16 content_index, u32 uid)
|
||||
entry.m_content = content;
|
||||
entry.m_title_id = title_id;
|
||||
entry.m_uid = uid;
|
||||
INFO_LOG_FMT(IOS_ES, "OpenContent: title ID {:016x}, UID {:#x}, CFD {}", title_id, uid, i);
|
||||
INFO_LOG_FMT(IOS_ES,
|
||||
"OpenContent: title ID {:016x}, UID {:#x}, content {:08x} (index {}) -> CFD {}",
|
||||
title_id, uid, content.id, content_index, i);
|
||||
return static_cast<s32>(i);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user