Searched refs:titleInfo (Results 1 – 1 of 1) sorted by relevance
| /CTR-SDK-4.2.7-SampleDemos/dlp/FakeClient/ |
| D | FakeClient.cpp | 235 void DisplayTitleInfo(const nn::dlp::TitleInfo titleInfo, demo::RenderSystemDrawing* pRenderSystem) in DisplayTitleInfo() argument 245 DisplayIcon(titleInfo.icon, FONT_SIZE, 2 * FONT_SIZE, update, pRenderSystem); in DisplayTitleInfo() 250 wcstombs(buffer, titleInfo.shortTitleName, 64); in DisplayTitleInfo() 252 wcstombs(buffer, titleInfo.longTitleName, 128); in DisplayTitleInfo() 254 …pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * y++, "SIZE : %d BYTES", titleInfo.importSize… in DisplayTitleInfo() 255 …* x, FONT_SIZE * y++, "ID/IDX/Ver : %05x/%d/%04x", titleInfo.uniqueId, titleInfo.childIndex, title… in DisplayTitleInfo() 256 … pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * y++, "REGION : %08x", titleInfo.region.Get()); in DisplayTitleInfo() 257 … %02x%02x%02x%02x%02x%02x%02x%02x", titleInfo.ratingInfo[0],titleInfo.ratingInfo[1],titleInfo.rati… in DisplayTitleInfo() 258 … titleInfo.ratingInfo[4],titleInfo.ratingInfo[5],titleInfo.ratingInfo[6],titleInfo.ratingInfo[7]); in DisplayTitleInfo() 259 …%02x%02x%02x%02x%02x%02x%02x%02x", titleInfo.ratingInfo[8],titleInfo.ratingInfo[9],titleInfo.ratin… in DisplayTitleInfo() [all …]
|