mirror of
https://github.com/DarkMatterCore/nxdumptool.git
synced 2024-11-08 11:51:48 +00:00
7bb708e394
* Use forward declarations for type definitions wherever suitable (e.g. NcaContext, BucketTreeContext). * Replace references to "DumpDestination" with "OutputStorage". * Replace references to "append key area" with "prepend key area". * Update LZ4 to v1.9.4. * Update Material Icons font to 2022-08-01. * RootView: change USB-related icons, reflect how many UMS devices are currently connected to the console, provide a way for child views to retrieve the populated UMS devices vector. * Tasks: implement GetUmsDevices(). * Update borealis. * Update libusbhsfs. * Begin implementation of a DumpOptionsFrame class to display configurable options before starting a new dump process. * bktr: rename bktrIsValidSubstorage() to bktrIsValidSubStorage(), use bktrIsValidSubStorage() in bktrInitializeCompressedStorageContext(), fixed a bug in bktrReadCompressedStorage() where Sparse substorages wouldn't be allowed. * GamecardTab: push a DumpOptionsFrame object onto the view stack if the XCI option is clicked.
29 lines
769 B
JSON
29 lines
769 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
|
|
},
|
|
"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": {
|
|
"use_layeredfs_dir": false
|
|
}
|
|
}
|