Skip to content
This repository has been archived by the owner on Aug 14, 2020. It is now read-only.

Commit

Permalink
disc dumping
Browse files Browse the repository at this point in the history
  • Loading branch information
emiyl committed Apr 14, 2020
1 parent 584baeb commit 995c345
Show file tree
Hide file tree
Showing 5 changed files with 206 additions and 266 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,21 @@ To install, simply download the dumpling `.elf` file from the [releases](https:/
- Dumps files needed for Cemu online play
- You must dump `otp.bin` and `seeprom.bin` separately with [wiiu-nanddumper](https://github.com/koolkdev/wiiu-nanddumper)
- Dumps the Friends List app for use in Cemu
- Create region-free decrypted game disc dumps
- Dumps all digital games, updates and DLC on the system
- Dumps all game saves on the system
- Dumps the entire decrypted nand
- This can take up to 2 hours on a 32GB Wii U if all storage is used up

## To-do

Currently the software will dump _all_ games (or updates/DLC/saves) on internal storage. In a later update a feature will be added to only dump specific games.
## To-do

Dumpling also only supports dumping from internal storage and USB, but disk dumping will be coming
1. Dump `otp.bin` and `seeprom.bin`
2. Dump specific titles/updates/DLC
3. Make it "Mocha-less"

## Credits

- dimok789 for [ft2sd](https://github.com/dimok789/ft2sd/)
- dimok789 and FIX94 for [FTPiiU Everywhere](https://github.com/FIX94/ftpiiu/tree/ftpiiu_everywhere)
- shepgoba for being good at C
- chrissie and Crementif for testing
- shepgoba and rw-brick for being good at C
- chrissie, Crementif and CrafterPika for testing
4 changes: 2 additions & 2 deletions meta/meta.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<app version="1">
<name>dumpling</name>
<coder>emiyl</coder>
<version>0.3.0</version>
<release_date>20200411200000</release_date>
<version>0.4.0</version>
<release_date>20200414200000</release_date>
<short_description>Simple Cemu File Dumper</short_description>
<long_description>Dumpling is a simple Wii U file dumper, developed with the intent of making Cemu set-up faster and easier.</long_description>
</app>
Loading

0 comments on commit 995c345

Please sign in to comment.