Sure, here:
//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);
}BTW, this is Wack0's code from original WiiSCU, all I have changed in this is the version number, from 0 (which gets latest version, but for some reason doesnt work correctly for some people with the latest Shop Channel) to 18 so it gets v18 instead.
Is there a problem with the dop-IOS MOD Shop update code?
Edited 2 time(s). Last edit at 10/31/2009 04:39PM by SifJar.