NCM services: Difference between revisions
Line 144: | Line 144: | ||
=== GetTitleIdInfo === | === GetTitleIdInfo === | ||
Takes a u64 title-id as input, returns same title-id together with | Takes a u64 title-id as input, returns same title-id together with info struct. | ||
struct title_info { | |||
u32 version; | |||
u8 type; | |||
u8 pad[3]; | |||
}; | |||
=== GetTitleList === | === GetTitleList === |