mirror of
https://github.com/wiiu-env/haxchi.git
synced 2024-11-16 13:19:16 +01:00
small text update and some meta files
This commit is contained in:
parent
97865bf5fd
commit
afd6c271ac
@ -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
|
||||
|
BIN
release/haxchi/bootDrcTex.tga
Normal file
BIN
release/haxchi/bootDrcTex.tga
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 MiB |
BIN
release/haxchi/bootTvTex.tga
Normal file
BIN
release/haxchi/bootTvTex.tga
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.6 MiB |
2
release/haxchi/config.txt
Normal file
2
release/haxchi/config.txt
Normal file
@ -0,0 +1,2 @@
|
||||
a=fw.img
|
||||
default=wiiu/apps/homebrew_launcher/homebrew_launcher.elf
|
BIN
release/haxchi/iconTex.tga
Normal file
BIN
release/haxchi/iconTex.tga
Normal file
Binary file not shown.
After Width: | Height: | Size: 64 KiB |
1
release/haxchi/title.txt
Normal file
1
release/haxchi/title.txt
Normal file
@ -0,0 +1 @@
|
||||
Haxchi
|
BIN
release/wiiu/apps/haxchi/icon.png
Normal file
BIN
release/wiiu/apps/haxchi/icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
11
release/wiiu/apps/haxchi/meta.xml
Normal file
11
release/wiiu/apps/haxchi/meta.xml
Normal 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>
|
Loading…
Reference in New Issue
Block a user