From 243080f1a6a2a56371d80a6d917a3ffd33d378f9 Mon Sep 17 00:00:00 2001 From: Pablo Curiel Date: Sun, 10 Jul 2022 19:45:18 +0200 Subject: [PATCH] NSP dumper: re-enable AT option by default. --- code_templates/nsp_dumper.c | 2 +- todo.txt | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/code_templates/nsp_dumper.c b/code_templates/nsp_dumper.c index ac6e4db..5df7153 100644 --- a/code_templates/nsp_dumper.c +++ b/code_templates/nsp_dumper.c @@ -66,7 +66,7 @@ static options_t options[] = { { "enable screenshots", 0 }, { "enable video capture", 0 }, { "disable hdcp", 0 }, - { "append authoringtool data", 0 }, + { "append authoringtool data", 1 }, { "output device", 0 } }; diff --git a/todo.txt b/todo.txt index e9b8e17..86c7730 100644 --- a/todo.txt +++ b/todo.txt @@ -1,6 +1,5 @@ todo: - nca / nca_storage / bktr: re-test support for all section types nca: add function to retrieve a pointer to a nca fs ctx based on section type? (e.g. like titleGetContentInfoByTypeAndIdOffset) log: verbosity levels