mirror of
https://github.com/wiiu-env/haxchi.git
synced 2024-11-16 13:19:16 +01:00
-added additional CBHC patch to manually set the flag which checks usb on the next title launch since the ds title by default disables it and its normally not re-enabled
This commit is contained in:
parent
89616acfdf
commit
00c9cd2162
@ -120,6 +120,9 @@ int _main()
|
|||||||
// allow any region title launch
|
// allow any region title launch
|
||||||
*(volatile u32*)(0xE0030498 - 0xE0000000 + 0x12900000) = 0xE3A00000; // mov r0, #0
|
*(volatile u32*)(0xE0030498 - 0xE0000000 + 0x12900000) = 0xE3A00000; // mov r0, #0
|
||||||
|
|
||||||
|
// force check USB storage on load
|
||||||
|
*(volatile u32*)(0xE012202C - 0xE0000000 + 0x12900000) = 0x00000001; // find USB flag
|
||||||
|
|
||||||
// nop out memcmp hash checks
|
// nop out memcmp hash checks
|
||||||
*(volatile u32*)(0x040017E0 - 0x04000000 + 0x08280000) = 0xE3A00000; // mov r0, #0
|
*(volatile u32*)(0x040017E0 - 0x04000000 + 0x08280000) = 0xE3A00000; // mov r0, #0
|
||||||
*(volatile u32*)(0x040019C4 - 0x04000000 + 0x08280000) = 0xE3A00000; // mov r0, #0
|
*(volatile u32*)(0x040019C4 - 0x04000000 + 0x08280000) = 0xE3A00000; // mov r0, #0
|
||||||
|
@ -304,7 +304,7 @@ static unsigned int getButtonsDown(unsigned int padscore_handle, unsigned int vp
|
|||||||
#define FORCE_HBL (VPAD_BUTTON_A | VPAD_BUTTON_B | VPAD_BUTTON_X | VPAD_BUTTON_Y)
|
#define FORCE_HBL (VPAD_BUTTON_A | VPAD_BUTTON_B | VPAD_BUTTON_X | VPAD_BUTTON_Y)
|
||||||
#define SD_HBL_PATH "/vol/external01/wiiu/apps/homebrew_launcher/homebrew_launcher.elf"
|
#define SD_HBL_PATH "/vol/external01/wiiu/apps/homebrew_launcher/homebrew_launcher.elf"
|
||||||
|
|
||||||
static const char *verChar = "CBHC v1.0 by FIX94";
|
static const char *verChar = "CBHC v1.1 by FIX94";
|
||||||
|
|
||||||
#define DEFAULT_DISABLED 0
|
#define DEFAULT_DISABLED 0
|
||||||
#define DEFAULT_SYSMENU 1
|
#define DEFAULT_SYSMENU 1
|
||||||
|
@ -125,7 +125,7 @@ int availSort(const void *c1, const void *c2)
|
|||||||
void printhdr_noflip()
|
void printhdr_noflip()
|
||||||
{
|
{
|
||||||
#ifdef CB
|
#ifdef CB
|
||||||
println_noflip(0,"CBHC v1.0 by FIX94");
|
println_noflip(0,"CBHC v1.1 by FIX94");
|
||||||
#else
|
#else
|
||||||
println_noflip(0,"Haxchi v2.3 by FIX94");
|
println_noflip(0,"Haxchi v2.3 by FIX94");
|
||||||
#endif
|
#endif
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 64 KiB After Width: | Height: | Size: 64 KiB |
@ -1 +1 @@
|
|||||||
CBHC
|
DONT TOUCH ME
|
@ -2,7 +2,7 @@
|
|||||||
<app version="1">
|
<app version="1">
|
||||||
<name>CBHC</name>
|
<name>CBHC</name>
|
||||||
<coder>FIX94</coder>
|
<coder>FIX94</coder>
|
||||||
<version>1.0</version>
|
<version>1.1</version>
|
||||||
<url>https://github.com/FIX94/haxchi</url>
|
<url>https://github.com/FIX94/haxchi</url>
|
||||||
<release_date>20161210200000</release_date>
|
<release_date>20161210200000</release_date>
|
||||||
<short_description>Coldboot Haxchi Installer</short_description>
|
<short_description>Coldboot Haxchi Installer</short_description>
|
||||||
|
Loading…
Reference in New Issue
Block a user