NACP: Difference between revisions
No edit summary |
No edit summary |
||
Line 14: | Line 14: | ||
| 0x0 | | 0x0 | ||
| 0x3000 (0x300*0x10) | | 0x3000 (0x300*0x10) | ||
| [[# | | [[#ApplicationTitle|Title entries]] | ||
|- | |- | ||
| 0x3000 | | 0x3000 | ||
Line 34: | Line 34: | ||
| 0x3028 | | 0x3028 | ||
| 0x4 | | 0x4 | ||
| | | AttributeFlag | ||
|- | |- | ||
| 0x302C | | 0x302C | ||
| 0x4 | | 0x4 | ||
| | | SupportedLanguageFlag | ||
|- | |- | ||
| 0x3030 | | 0x3030 | ||
| 0x4 | | 0x4 | ||
| | | ParentalControlFlag | ||
|- | |- | ||
| 0x3034 | | 0x3034 | ||
Line 50: | Line 50: | ||
| 0x3035 | | 0x3035 | ||
| 0x1 | | 0x1 | ||
| [[# | | [[#VideoCapture]] | ||
|- | |- | ||
| 0x3036 | | 0x3036 | ||
Line 106: | Line 106: | ||
| 0x30B0 | | 0x30B0 | ||
| 0x40 (0x8*0x8) | | 0x40 (0x8*0x8) | ||
| | | LocalCommunicationId | ||
|- | |- | ||
| 0x30F0 | | 0x30F0 | ||
Line 121: | Line 121: | ||
|- | |- | ||
| 0x30F3 | | 0x30F3 | ||
| | | 0x1 | ||
| RuntimeParameterDelivery | |||
|- | |||
| 0x30F4 | |||
| 0x2 | |||
| Reserved | | Reserved | ||
|- | |- | ||
Line 150: | Line 154: | ||
| 0x3148 | | 0x3148 | ||
| 0x8 | | 0x8 | ||
| | | UserAccountSaveDataSizeMax | ||
|- | |- | ||
| 0x3150 | | 0x3150 | ||
| 0x8 | | 0x8 | ||
| | | UserAccountSaveDataJournalSizeMax | ||
|- | |- | ||
| 0x3158 | | 0x3158 | ||
| 0x8 | | 0x8 | ||
| | | DeviceSaveDataSizeMax | ||
|- | |- | ||
| 0x3160 | | 0x3160 | ||
| 0x8 | | 0x8 | ||
| | | DeviceSaveDataJournalSizeMax | ||
|- | |- | ||
| 0x3168 | | 0x3168 | ||
Line 178: | Line 182: | ||
| 0x3180 | | 0x3180 | ||
| 0x8 | | 0x8 | ||
| | | CacheStorageDataAndJournalSizeMax | ||
|- | |- | ||
| 0x3188 | | 0x3188 | ||
| | | 0x2 | ||
| | | CacheStorageIndexMax | ||
|- | |||
| 0x318A | |||
| 0x6 | |||
| Reserved | |||
|- | |- | ||
| 0x3190 | | 0x3190 | ||
Line 210: | Line 218: | ||
| 0x3218 | | 0x3218 | ||
| 0x18 | | 0x18 | ||
| [[# | | [[#ApplicationNeighborDetectionClientConfiguration|NeighborDetectionClientConfiguration]] | ||
|- | |- | ||
| 0x33B0 | | 0x33B0 | ||
| | | 0x10 | ||
| | | [[#ApplicationJitConfiguration|JitConfiguration]] | ||
| | |||
|- | |- | ||
| 0x33C0 | | 0x33C0 | ||
Line 229: | Line 229: | ||
|} | |} | ||
== | == ApplicationTitle == | ||
Total size is 0x300-bytes. | Total size is 0x300-bytes. | ||
Line 286: | Line 286: | ||
Official apps tend to have the title entries' strings set only to English. Some apps don't have certain title entries set at all. In addition, official apps usually (?) don't have the following title entries set: Korean, Taiwanese, and Chinese. | Official apps tend to have the title entries' strings set only to English. Some apps don't have certain title entries set at all. In addition, official apps usually (?) don't have the following title entries set: Korean, Taiwanese, and Chinese. | ||
== | == VideoCapture == | ||
This is the enum used to determine how gameplay recording can occur, if at all. | This is the enum used to determine how gameplay recording can occur, if at all. | ||
Line 319: | Line 319: | ||
|} | |} | ||
== | == ApplicationNeighborDetectionClientConfiguration == | ||
{| class="wikitable" border="1" | |||
|- | |||
! Offset | |||
! Size | |||
! Description | |||
|- | |||
| 0x0 | |||
| 0x18 | |||
| [[#ApplicationNeighborDetectionGroupConfiguration|SendGroupConfiguration]] | |||
|- | |||
| 0x18 | |||
| 0x180 (0x18 * 0x10) | |||
| [[#ApplicationNeighborDetectionGroupConfiguration|ReceivableGroupConfigurations]] | |||
|} | |||
=== ApplicationNeighborDetectionGroupConfiguration === | |||
{| class="wikitable" border="1" | {| class="wikitable" border="1" | ||
|- | |- | ||
Line 329: | Line 344: | ||
| 0x0 | | 0x0 | ||
| 0x8 | | 0x8 | ||
| | | GroupId | ||
|- | |- | ||
| 0x8 | | 0x8 | ||
| 0x10 | | 0x10 | ||
| Key | | Key | ||
|} | |||
== ApplicationJitConfiguration == | |||
{| class="wikitable" border="1" | |||
|- | |||
! Offset | |||
! Size | |||
! Description | |||
|- | |||
| 0x0 | |||
| 0x8 | |||
| Flags | |||
|- | |||
| 0x8 | |||
| 0x8 | |||
| MemorySize | |||
|} | |} |