diff --git a/meta/meta.xml b/meta/meta.xml index c5629c3..4320f72 100644 --- a/meta/meta.xml +++ b/meta/meta.xml @@ -2,7 +2,7 @@ dumpling emiyl - 1.1 + 1.1.1 20200503200000 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 bad127d..e2460cd 100644 --- a/src/main.c +++ b/src/main.c @@ -299,7 +299,7 @@ int dumpFunc(const char *path, const char *dump_dir, int dev, int dump_source, i strcpy(targetPath, "dev:/"); if (dump_target) strcpy(toDrive, "usb"); - if (!strcmp(dump_dir,"online_files/mlc01")) + if (!strcmp(dump_dir,"account_data/mlc01")) snprintf(toDir, sizeof(toDir), "%s:/dumpling/%s/%s", toDrive, dump_dir, path + 13); else snprintf(toDir, sizeof(toDir), "%s:/dumpling/%s", toDrive, dump_dir); @@ -337,7 +337,7 @@ char **usb_stored_folders = NULL; int dumpPart[4] = {1,0,0,0}; -const char head_string[50] = "-- dumpling v1.1 by emiyl --"; +const char head_string[50] = "-- dumpling v1.1.1 by emiyl --"; int select_menu() { InitOSFunctionPointers(); @@ -1066,7 +1066,7 @@ int Menu_Main(void) static const char* mlc_selection_dir[] = { - "online_files/mlc01", + "account_data/mlc01", "friends_list", "disc/undefined", "games", diff --git a/wiiu/apps/dumpling/meta.xml b/wiiu/apps/dumpling/meta.xml index c5629c3..4320f72 100644 --- a/wiiu/apps/dumpling/meta.xml +++ b/wiiu/apps/dumpling/meta.xml @@ -2,7 +2,7 @@ dumpling emiyl - 1.1 + 1.1.1 20200503200000 Simple Cemu File Dumper Dumpling is a simple Wii U file dumper, developed with the intent of making Cemu set-up faster and easier.