From 04872a3e83293cab668c64d67a4f396ae3b1c2f6 Mon Sep 17 00:00:00 2001 From: mariomadproductions <9919020+mariomadproductions@users.noreply.github.com> Date: Sun, 24 Dec 2023 14:01:09 +0000 Subject: [PATCH] README.md: documented autoskip mode --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 76b556d..a1d01b3 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ Features: Files will be dumped to `/wudump/[DISC-ID]/`. The disc id of a game can be found on the disc (e.g. WUP-P-ARDP for the EUR version of Super Mario 3D World). If WUDD fails to determine the disc id, "DISC" with a timestamp will be used instead. +If you want to create a partial dump (skipped sectors represented by 00 bytes) for discs with unreadable sectors, you can avoid the need to manually choose the skip sectors option on each error, by pressing Y at the error message to activate auto skip mode + ## How to merge splitted files When you dump a .wux or .wud to the SD card it gets splitted into 2 GiB parts (FAT32 limitation). To merge them you can use the `copy` cmd tool. @@ -51,4 +53,4 @@ docker run -it --rm -v ${PWD}:/project wudd-builder make clean ## Format the code via docker -`docker run --rm -v ${PWD}:/src ghcr.io/wiiu-env/clang-format:13.0.0-2 -r ./source -i` \ No newline at end of file +`docker run --rm -v ${PWD}:/src ghcr.io/wiiu-env/clang-format:13.0.0-2 -r ./source -i`