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

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
emiyl committed Apr 17, 2020
1 parent 5167a1e commit 6664dbd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion meta/meta.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<app version="1">
<name>dumpling</name>
<coder>emiyl</coder>
<version>1.0.0</version>
<version>1.0.1</version>
<release_date>20200417200000</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>
Expand Down
4 changes: 2 additions & 2 deletions src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down Expand Up @@ -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);
Expand Down

0 comments on commit 6664dbd

Please sign in to comment.