|
WiiSCU 0.24 October 31, 2009 12:05AM | Registered: 16 years ago Posts: 5,075 |
|
Re: WiiSCU 0.24 October 31, 2009 02:07PM | Admin Registered: 17 years ago Posts: 5,132 |
|
Re: WiiSCU 0.24 October 31, 2009 04:38PM | Registered: 16 years ago Posts: 5,075 |
//wii shop channel
if (shopchan == 1) {
printf("[*] Installing the Wii Shop Channel ..\n");
#ifdef DEBUG
printf("going into patchmii control\n");
#endif
ret = patchmii_install(0x10002, 0x48414241, 18, 0x10002, 0x48414241, 18, 0);
if (ret < 0) {
printf("[-] PatchMii_install(); returned %d", ret);
printf("[*] Press any key to quit.\n");
wait_anyKey();
exit(1);
}