mirror of
https://github.com/DarkMatterCore/nxdumptool.git
synced 2024-11-09 12:11:44 +00:00
NSP dumper: re-enable AT option by default.
This commit is contained in:
parent
1cd88b1cd4
commit
243080f1a6
2 changed files with 1 additions and 2 deletions
|
@ -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 }
|
||||
};
|
||||
|
||||
|
|
1
todo.txt
1
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
|
||||
|
|
Loading…
Reference in a new issue