Update README.md

This commit is contained in:
Pablo Curiel 2023-12-31 18:33:49 +01:00
parent 62c15ca7cf
commit 35c8203349
1 changed files with 1 additions and 1 deletions

View File

@ -35,9 +35,9 @@ Currently planned changes for this branch include:
* Event-driven background threads to manage gamecard insertions/ejections, gamecard application metadata parsing (e.g. the game would be properly identified even if its gamecard has never been used on your console), USB ABI sessions and USB Mass Storage devices. :white_check_mark:
* Improved support for multigame gamecards and titles with more than one Program NCA (e.g. SM3DAS). :white_check_mark:
* Control.nacp patching while dumping NSPs (lets you patch screenshot, video, user account and HDCP restrictions). :white_check_mark:
* Partition FS / Hash FS / RomFS browser using custom devoptab wrappers. :white_check_mark:
* Full system update dumps. :x:
* Batch NSP dumps. :x:
* Partition FS / Hash FS / RomFS browser using custom devoptab wrappers. :x:
* `FsFileSystem` + `FatFs` based eMMC browser using a custom devoptab wrapper (allows copying files protected by the FS sysmodule at runtime). :x:
* New UI using a [customized borealis fork](https://github.com/DarkMatterCore/borealis/tree/nxdumptool-legacy). :warning: