diff --git a/installer/src/main.c b/installer/src/main.c index 694d45d..904e73c 100644 --- a/installer/src/main.c +++ b/installer/src/main.c @@ -121,7 +121,7 @@ int availSort(const void *c1, const void *c2) void printhdr_noflip() { - println_noflip(0,"Haxchi v2.2 by FIX94"); + println_noflip(0,"Haxchi v2.2u1 by FIX94"); println_noflip(1,"Credits to smea, plutoo, yellows8, naehrwert, derrek and dimok"); } @@ -366,7 +366,7 @@ int Menu_Main(void) if(IOSUHAX_FSA_OpenFile(fsaFd, path, "rb", &mlcFd) < 0) { println(line++,"No already existing rom.zip found in the game!"); - println(line++,"Make sure to update your DS title and try again."); + println(line++,"Make sure to re-install your DS title and try again."); goto prgEnd; } else diff --git a/release/haxchi/bootDrcTex.tga b/release/haxchi/bootDrcTex.tga new file mode 100644 index 0000000..e165f2e Binary files /dev/null and b/release/haxchi/bootDrcTex.tga differ diff --git a/release/haxchi/bootTvTex.tga b/release/haxchi/bootTvTex.tga new file mode 100644 index 0000000..510792b Binary files /dev/null and b/release/haxchi/bootTvTex.tga differ diff --git a/release/haxchi/config.txt b/release/haxchi/config.txt new file mode 100644 index 0000000..03cfa68 --- /dev/null +++ b/release/haxchi/config.txt @@ -0,0 +1,2 @@ +a=fw.img +default=wiiu/apps/homebrew_launcher/homebrew_launcher.elf \ No newline at end of file diff --git a/release/haxchi/iconTex.tga b/release/haxchi/iconTex.tga new file mode 100644 index 0000000..9c3b47a Binary files /dev/null and b/release/haxchi/iconTex.tga differ diff --git a/release/haxchi/title.txt b/release/haxchi/title.txt new file mode 100644 index 0000000..2235eeb --- /dev/null +++ b/release/haxchi/title.txt @@ -0,0 +1 @@ +Haxchi \ No newline at end of file diff --git a/release/wiiu/apps/haxchi/icon.png b/release/wiiu/apps/haxchi/icon.png new file mode 100644 index 0000000..45319a4 Binary files /dev/null and b/release/wiiu/apps/haxchi/icon.png differ diff --git a/release/wiiu/apps/haxchi/meta.xml b/release/wiiu/apps/haxchi/meta.xml new file mode 100644 index 0000000..161fa47 --- /dev/null +++ b/release/wiiu/apps/haxchi/meta.xml @@ -0,0 +1,11 @@ + + + Haxchi + FIX94 + 2.2u1 + https://github.com/FIX94/haxchi + 20161201200000 + Haxchi Installer + This will install Haxchi on your system. + + \ No newline at end of file