diff --git a/code_templates/nsp_dumper_stor.c b/code_templates/nsp_dumper_stor.c index 2f249c8..3b7d040 100644 --- a/code_templates/nsp_dumper_stor.c +++ b/code_templates/nsp_dumper_stor.c @@ -51,14 +51,14 @@ typedef struct { static options_t options[] = { { "set download distribution type", 0 }, - { "remove console specific data", 0 }, + { "remove console specific data", 1 }, { "remove titlekey crypto (overrides previous option)", 0 }, { "change acid rsa key/sig", 0 }, { "disable linked account requirement", 0 }, { "enable screenshots", 0 }, { "enable video capture", 0 }, { "disable hdcp", 0 }, - { "append authoringtool data", 1 }, + { "append authoringtool data", 0 }, { "output device", 0 } }; diff --git a/code_templates/nsp_dumper_usb.c b/code_templates/nsp_dumper_usb.c index 0c7011f..796de66 100644 --- a/code_templates/nsp_dumper_usb.c +++ b/code_templates/nsp_dumper_usb.c @@ -59,14 +59,14 @@ typedef struct { static options_t options[] = { { "set download distribution type", false }, - { "remove console specific data", false }, + { "remove console specific data", true }, { "remove titlekey crypto (overrides previous option)", false }, { "change acid rsa key/sig", false }, { "disable linked account requirement", false }, { "enable screenshots", false }, { "enable video capture", false }, { "disable hdcp", false }, - { "append authoringtool data", true } + { "append authoringtool data", false } }; static const u32 options_count = MAX_ELEMENTS(options); diff --git a/romfs/default_config.json b/romfs/default_config.json index 0100a5c..472bbfb 100644 --- a/romfs/default_config.json +++ b/romfs/default_config.json @@ -18,7 +18,7 @@ "enable_screenshots": false, "enable_video_capture": false, "disable_hdcp": false, - "append_authoringtool_data": true, + "append_authoringtool_data": false, "lookup_checksum": true }, "ticket": {