This repository has been archived by the owner on Aug 14, 2020. It is now read-only.
forked from dimok789/ft2sd
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Dumpling | ||
|
||
Dumpling is a simple Wii U file dumper, developed with the intent of making Cemu set-up faster and easier. | ||
|
||
## Installation | ||
|
||
Dumpling uses iosuhax and requires [MochaCFW](https://gbatemp.net/threads/mocha-cfw-the-sweet-chocolate-to-your-latte.452940/) to run, and won't work without it. | ||
|
||
To install, simply download the dumpling `.elf` file from the [releases](https://github.com/emiyl/dumpling/releases/latest) page, and drag and drop it to the `/wiiu/apps` folder on your SD card. | ||
|
||
## Features | ||
|
||
- 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 | ||
- Dumps all digital games, updates and DLC stored on internal storage | ||
- Dumps all game saves on internal storage | ||
- Dumps the entire decrypted nand | ||
- This can take over 2 hours on a 32GB Wii U | ||
|
||
## 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. | ||
|
||
Dumpling also only supports dumping from internal storage, but dumping from disk and USB will be coming soon. |