I actually forgot about the trucha, stupid me. In the end we ended up renting indiana jones :)by GizmoTheGreen - Getting Started
My friend has a 4.3 wii, I want to help him get HBC on it, but he cant afford any of the games, lego indiana jones or brawl. Any possibility of having an install iso made? i remember there used to be one, thats how i installed HBC the first time (did not have Twilight princess, so i made a yaosm modchip that i only used temporarily). so my idea is to put my drive in his wii, with the yaosmby GizmoTheGreen - Getting Started
no problem, glad i could help :)by GizmoTheGreen - Coding
MP3Player_PlayBuffer(mp31data,mp31length,NULL); where mp31data = sizeof(buffer with the mp3) mp31length = the buffer with the mpĀ“3 you made in the .s file they are included in the project with extern u8 mp31data[]; extern u32 mp31length; if youre unsure about the .s file .rodata .globl mp31data .globl mp31length .balign 32 mp31length: .long mp31end - mby GizmoTheGreen - Coding
Well, the widcomm bt stack has an sdk, could you make a console app for windows users that could assist in "pairing" with the wiimote? that be neat. not sure if the functions provided would be enough thoughby GizmoTheGreen - Coding
it kinda looks like something is preventing the program for starting up.. i have a weak recall ive had this once before, just cant remeber how i fixed it... check if you have the actual file in C:\devkitPro\devkitPPC\binby GizmoTheGreen - Coding
do you have uac turned on? that could be a problem maybeby GizmoTheGreen - Coding
see if they set the devkit folders correctlyby GizmoTheGreen - Coding
check the environment variablesby GizmoTheGreen - Coding
You should be able to compile Wii binaries and run in emulators like Dolphin already. You can't run it on your real Wii?by GizmoTheGreen - Coding
s32 MP3Player_PlayFile(void *cb_data,s32 (*reader)(void *,void *,s32),void (*filterfunc)(struct mad_stream *,struct mad_frame *)); that is 3 parameters, no? the first one is the mp3 data the second one, might be the size, length and the last one i think can be NULL. this is just me guessing, ive only used the MP3Player_PlayBuffer before, and with that the last function looked similar anby GizmoTheGreen - Coding
Hi! linus, i followed your instructions, but when i try to compile i get this error: 'O_RDONLY' undeclared (first use in this function) and implicit declaration of function 'open' code: void PlayOGG(const char *filename) { fatInitDefault(); SND_Init(INIT_RATE_48000); FILE* ogg; ogg = fopen ("sd:/txtcodes/wiicm.ogg","r"); if(ogg) { fclose(ogg);by GizmoTheGreen - Coding
I know no$gba emulator has support for this, sending gba executables over a link cable (connected to pc via parallel interface), try checking the no$gba docs?by GizmoTheGreen - Hardware