Home
last modified time | relevance | path

Searched defs:WiiFstPart_t (Results 1 – 1 of 1) sorted by relevance

/dports/sysutils/wiimms/wiimms-iso-tools/src/
H A Diso-interface.h565 typedef struct WiiFstPart_t struct
569 wd_part_t * part; // NULL or partition pointer
573 u32 part_type; // partition type
574 u64 part_off; // offset of partition relative to disc start
575 enumOFT image_type; // image type, read from setup
576 u8 key[WII_KEY_SIZE]; // partition key
577 aes_key_t akey; // partition aes key
578 ccp path; // prefix path to partition
579 wd_part_control_t * pc; // ticket + cert + tmd + h3;
603 } WiiFstPart_t; argument