diff --git a/meta/meta.xml b/meta/meta.xml index 9e2bcdb..7599ab9 100644 --- a/meta/meta.xml +++ b/meta/meta.xml @@ -2,7 +2,7 @@ dumpling emiyl - 1.0.0 + 1.0.1 20200417200000 Simple Cemu File Dumper Dumpling is a simple Wii U file dumper, developed with the intent of making Cemu set-up faster and easier. diff --git a/src/main.c b/src/main.c index 90c2385..f31028b 100644 --- a/src/main.c +++ b/src/main.c @@ -336,7 +336,7 @@ char **mlc_stored_folders = NULL; char **usb_meta_names = NULL;; char **usb_stored_folders = NULL;; -const char head_string[50] = "-- dumpling v1.0 by emiyl --"; +const char head_string[50] = "-- dumpling v1.0.1 by emiyl --"; int titles_menu(int dump_source, int dump_target) { InitOSFunctionPointers(); @@ -1027,7 +1027,7 @@ int Menu_Main(void) console_print_pos(4, 7 + i, " %s", (dump_source) ? usb_selection_text[i] : mlc_selection_text[i]); } - console_print_pos(0, 16, "Hold B to cancel. Press X to dump invidual titles."); + console_print_pos(0, 16, "Hold B to cancel. Press X to dump individual titles."); // Flip buffers OSScreenFlipBuffersEx(0);