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

NSP dumper: re-enable AT option by default.

This commit is contained in:
Pablo Curiel 2022-07-10 19:45:18 +02:00
parent 1cd88b1cd4
commit 243080f1a6
2 changed files with 1 additions and 2 deletions

View file

@ -66,7 +66,7 @@ static options_t options[] = {
{ "enable screenshots", 0 }, { "enable screenshots", 0 },
{ "enable video capture", 0 }, { "enable video capture", 0 },
{ "disable hdcp", 0 }, { "disable hdcp", 0 },
{ "append authoringtool data", 0 }, { "append authoringtool data", 1 },
{ "output device", 0 } { "output device", 0 }
}; };

View file

@ -1,6 +1,5 @@
todo: 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) nca: add function to retrieve a pointer to a nca fs ctx based on section type? (e.g. like titleGetContentInfoByTypeAndIdOffset)
log: verbosity levels log: verbosity levels