From 35c8203349e227129d21f005d33c765673a9aab7 Mon Sep 17 00:00:00 2001 From: Pablo Curiel Date: Sun, 31 Dec 2023 18:33:49 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d3f5e9c..4672828 100644 --- a/README.md +++ b/README.md @@ -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: