- Joined
- Jun 1, 2008
- Messages
- 1,391
- Reaction score
- 16
- Trophies
- 1
- Age
- 42
- Location
- Netherlands, Den Helder
- Website
- www.familievermeylen.nl
- XP
- 562
- Country




WiiMonkey said:Here is the dol
multigame.dol
you need to change
DEVKITPRO = /opt/devkitPPC
DEVKITPPC = /opt/devkitPPC
to
#DEVKITPRO = /opt/devkitPPC
#DEVKITPPC = /opt/devkitPPC
in the makefile and the try it


WiiMonkey said:you need to change
DEVKITPRO = /opt/devkitPPC
DEVKITPPC = /opt/devkitPPC
to
#DEVKITPRO = /opt/devkitPPC
#DEVKITPPC = /opt/devkitPPC
in the makefile and the try it
Thanks. Actullay, I did. However, I got these error message.
CODE "make"
make[1]: *** No rule to make target `Thumbs.db.o', needed by `/c/Test/Test.elf'.ÂÂStop.
"make": *** [build] Error 2
> Process Exit Code: 2
> Time Taken: 00:01
Same here.kyogc said:WiiMonkey said:you need to change
DEVKITPRO = /opt/devkitPPC
DEVKITPPC = /opt/devkitPPC
to
#DEVKITPRO = /opt/devkitPPC
#DEVKITPPC = /opt/devkitPPC
in the makefile and the try it
Thanks. Actullay, I did. However, I got these error message.
CODE "make"
make[1]: *** No rule to make target `Thumbs.db.o', needed by `/c/Test/Test.elf'.ÂÂStop.
"make": *** [build] Error 2
> Process Exit Code: 2
> Time Taken: 00:01

/* Show game info */
ÂÂÂÂÂÂÂÂprintf("[+] Game NameÂÂÂÂÂÂ: %s\n",ÂÂ __Menu_GameTitle(game->header.title));
ÂÂÂÂÂÂÂÂprintf("ÂÂÂÂGame IDÂÂÂÂÂÂÂÂ: %s\n",ÂÂ game->header.id);
ÂÂÂÂÂÂÂÂprintf("ÂÂÂÂGame Plataform : %s\n\n", (gamecube) ? "Gamecube" : "Wii");

I think this is a project what Waninkoko posted a video on youtube around Jan in which shows a loader can load both GC/Wii games in one disc.beegee7730 said:What does this do?

beegee7730 said:Disk? aww.
Roll on USB Loader!

Where did he post a video? Do you have a link to that video?kyogc said:I think this is a project what Waninkoko posted a video on youtube around Jan in which shows a loader can load both GC/Wii games in one disc.beegee7730 said:What does this do?


