small text update and some meta files

This commit is contained in:
FIX94 2016-12-01 21:03:25 +01:00
parent 97865bf5fd
commit afd6c271ac
8 changed files with 16 additions and 2 deletions

View File

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 MiB

View File

@ -0,0 +1,2 @@
a=fw.img
default=wiiu/apps/homebrew_launcher/homebrew_launcher.elf

BIN
release/haxchi/iconTex.tga Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

1
release/haxchi/title.txt Normal file
View File

@ -0,0 +1 @@
Haxchi

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

View File

@ -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>