mirror of
https://github.com/DarkMatterCore/nxdumptool.git
synced 2024-11-09 20:21:45 +00:00
bafe23b14e
Other changes include: * nca: add title_id and title_type fields to NcaContext; redefine title_version field in NcaContext; redefine ncaInitializeContext() function signature (now requiring NcmContentMetaKey and NcmContentInfo objects); modify ncaInitializeFsSectionContext() to make it skip extra boundary checks on FS sections with a bogus sparse storage. * config: rename "nsp/write_section_image" flag to "nsp/write_raw_section". * nxdt_utils: modify utilsGeneratePath() to make it also check if the first character from the filename is a slash. * pfs: modify pfsGetEntryIndexByName() to only log an error if the entry name being looked up isn't "main.npdm".
31 lines
847 B
JSON
31 lines
847 B
JSON
{
|
|
"overclock": true,
|
|
"naming_convention": 0,
|
|
"output_storage": 0,
|
|
"gamecard": {
|
|
"prepend_key_area": false,
|
|
"keep_certificate": false,
|
|
"trim_dump": false,
|
|
"calculate_checksum": true,
|
|
"checksum_lookup_method": 1,
|
|
"write_raw_hfs_partition": false
|
|
},
|
|
"nsp": {
|
|
"set_download_distribution": false,
|
|
"remove_console_data": true,
|
|
"remove_titlekey_crypto": false,
|
|
"disable_linked_account_requirement": false,
|
|
"enable_screenshots": false,
|
|
"enable_video_capture": false,
|
|
"disable_hdcp": false,
|
|
"append_authoringtool_data": false,
|
|
"lookup_checksum": true
|
|
},
|
|
"ticket": {
|
|
"remove_console_data": true
|
|
},
|
|
"nca_fs": {
|
|
"write_raw_section": false,
|
|
"use_layeredfs_dir": false
|
|
}
|
|
}
|