SMDH: Difference between revisions
mNo edit summary |
mNo edit summary |
||
Line 155: | Line 155: | ||
|} | |} | ||
These flags are generated by converting the age rating to a hex value and then adding it to ' | These flags are generated by converting the age rating to a hex value and then adding it to '0x80'. For example if '7 years' was the rating, then the flag would be 0x87. The unknown/unused rating is only has a value when the BNR is for 'All Regions'. Also if Game Ratings are not used, the data is garbage. | ||
=== BNR Region === | === BNR Region === | ||
This flag is what the Home Menu uses in order to determine the [[Home Menu#Region Lockout|Region Lockout]] of a title. | This flag is what the Home Menu uses in order to determine the [[Home Menu#Region Lockout|Region Lockout]] of a title. This exists inside the ICN data as little endian. (In the table below they are presented in big endian) | ||
{| class="wikitable" border="1" | {| class="wikitable" border="1" | ||
Line 190: | Line 190: | ||
=== Match Maker IDs === | === Match Maker IDs === | ||
These IDs are an application's online gaming IDs. | These IDs are an application's online gaming IDs. These exist in the ICN file in little endian. | ||
{| class="wikitable" border="1" | {| class="wikitable" border="1" | ||
Line 207: | Line 207: | ||
|} | |} | ||
=== Bitmask Flags === | === Bitmask Flags === | ||
Line 280: | Line 279: | ||
=== CEC (StreetPass) ID === | === CEC (StreetPass) ID === | ||
This u32 represents the application CEC ID. This is likely loaded by applications for use with the CEC services as well. | This u32 represents the application CEC ID. This is likely loaded by applications for use with the CEC services as well. Again this exists in the ICN data as little endian | ||
== Icon graphics == | == Icon graphics == |