1
0
Fork 0
mirror of https://github.com/DarkMatterCore/nxdumptool.git synced 2024-11-09 12:11:44 +00:00

Update default dump options.

This commit is contained in:
Pablo Curiel 2022-06-24 03:44:16 +02:00
parent bd2bf2c8f4
commit 9e337a5d0a
3 changed files with 5 additions and 5 deletions

View file

@ -51,14 +51,14 @@ typedef struct {
static options_t options[] = { static options_t options[] = {
{ "set download distribution type", 0 }, { "set download distribution type", 0 },
{ "remove console specific data", 0 }, { "remove console specific data", 1 },
{ "remove titlekey crypto (overrides previous option)", 0 }, { "remove titlekey crypto (overrides previous option)", 0 },
{ "change acid rsa key/sig", 0 }, { "change acid rsa key/sig", 0 },
{ "disable linked account requirement", 0 }, { "disable linked account requirement", 0 },
{ "enable screenshots", 0 }, { "enable screenshots", 0 },
{ "enable video capture", 0 }, { "enable video capture", 0 },
{ "disable hdcp", 0 }, { "disable hdcp", 0 },
{ "append authoringtool data", 1 }, { "append authoringtool data", 0 },
{ "output device", 0 } { "output device", 0 }
}; };

View file

@ -59,14 +59,14 @@ typedef struct {
static options_t options[] = { static options_t options[] = {
{ "set download distribution type", false }, { "set download distribution type", false },
{ "remove console specific data", false }, { "remove console specific data", true },
{ "remove titlekey crypto (overrides previous option)", false }, { "remove titlekey crypto (overrides previous option)", false },
{ "change acid rsa key/sig", false }, { "change acid rsa key/sig", false },
{ "disable linked account requirement", false }, { "disable linked account requirement", false },
{ "enable screenshots", false }, { "enable screenshots", false },
{ "enable video capture", false }, { "enable video capture", false },
{ "disable hdcp", false }, { "disable hdcp", false },
{ "append authoringtool data", true } { "append authoringtool data", false }
}; };
static const u32 options_count = MAX_ELEMENTS(options); static const u32 options_count = MAX_ELEMENTS(options);

View file

@ -18,7 +18,7 @@
"enable_screenshots": false, "enable_screenshots": false,
"enable_video_capture": false, "enable_video_capture": false,
"disable_hdcp": false, "disable_hdcp": false,
"append_authoringtool_data": true, "append_authoringtool_data": false,
"lookup_checksum": true "lookup_checksum": true
}, },
"ticket": { "ticket": {