Skip to content

Commit

Permalink
small text update and some meta files
Browse files Browse the repository at this point in the history
  • Loading branch information
FIX94 committed Dec 1, 2016
1 parent 97865bf commit afd6c27
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 2 deletions.
4 changes: 2 additions & 2 deletions installer/src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");
}

Expand Down Expand Up @@ -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
Expand Down
Binary file added release/haxchi/bootDrcTex.tga
Binary file not shown.
Binary file added release/haxchi/bootTvTex.tga
Binary file not shown.
2 changes: 2 additions & 0 deletions release/haxchi/config.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
a=fw.img
default=wiiu/apps/homebrew_launcher/homebrew_launcher.elf
Binary file added release/haxchi/iconTex.tga
Binary file not shown.
1 change: 1 addition & 0 deletions release/haxchi/title.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Haxchi
Binary file added release/wiiu/apps/haxchi/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions release/wiiu/apps/haxchi/meta.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<app version="1">
<name>Haxchi</name>
<coder>FIX94</coder>
<version>2.2u1</version>
<url>https://github.com/FIX94/haxchi</url>
<release_date>20161201200000</release_date>
<short_description>Haxchi Installer</short_description>
<long_description>This will install Haxchi on your system.
</long_description>
</app>

0 comments on commit afd6c27

Please sign in to comment.