diff --git a/README.md b/README.md index 231bed3..80e5de0 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ You don't need to run/have Mocha CFW or Haxchi, just launch Dumpling from the Ho ## How to compile - Install [DevkitPro](https://devkitpro.org/wiki/Getting_Started) for your platform. - - Install xxd if you don't have it already. You can do this using your Linux package manager or something equivalent on Windows/MacOS. + - Install xxd and zip if you don't have it already through your Linux package manager (or something equivalent for msys2 on Windows). - Install [wut](https://github.com/devkitpro/wut) through DevkitPro's pacman or compile (and install) the latest source yourself. - Compile [libmocha](https://github.com/wiiu-env/libmocha). - Then, with all those dependencies installed, you can just run `make` to get the .rpx file that you can run on your Wii U. diff --git a/dist/meta.xml b/dist/meta.xml index bc802f3..eee0dc3 100644 --- a/dist/meta.xml +++ b/dist/meta.xml @@ -2,7 +2,7 @@ dumpling Crementif and emiyl - 2.7.1 + 2.7.2 20200813200000 Simple Cemu File Dumper A simple, all-in-one Wii U file dumper! Developed with the intent of making dumping games and other files for Cemu faster and easier. diff --git a/source/app/menu.cpp b/source/app/menu.cpp index bf4ef7b..19afb5b 100644 --- a/source/app/menu.cpp +++ b/source/app/menu.cpp @@ -16,7 +16,7 @@ void showLoadingScreen() { WHBLogFreetypeSetBackgroundColor(0x0b5d5e00); WHBLogFreetypeSetFontColor(0xFFFFFFFF); WHBLogFreetypeSetFontSize(22); - WHBLogPrint("Dumpling V2.7.1"); + WHBLogPrint("Dumpling V2.7.2"); WHBLogPrint("-- Made by Crementif and Emiyl --"); WHBLogPrint(""); WHBLogFreetypeDraw(); @@ -31,7 +31,7 @@ void showMainMenu() { while(!startSelectedOption) { // Print menu text WHBLogFreetypeStartScreen(); - WHBLogFreetypePrint(L"Dumpling V2.7.1"); + WHBLogFreetypePrint(L"Dumpling V2.7.2"); WHBLogFreetypePrint(L"==============================="); WHBLogFreetypePrintf(L"%C Dump a game disc", OPTION(0)); WHBLogFreetypePrintf(L"%C Dump digital games", OPTION(1));