- Joined
- Jun 2, 2009
- Messages
- 756
- Reaction score
- 155
- Trophies
- 1
- Location
- Gafsa
- Website
- Visit site
- XP
- 309
- Country

Forwards toTiMeBoMb4u2 said:strcpy(cfgpath, "USB:/apps/homebrewchannel/boot.dol");spayrosam said:
Homebrew
1-open main.cpp and search for homebrewchannel.
The Forwarder Source you have posted does NOT match the Forwarder Source in the download link!
![]()
CODE
strcpy(cfgpath, "SD:/apps/homebrewchannel/boot.dol");
exeFile = fopen (cfgpath ,"rb");
if (exeFile==NULL)
{
strcpy(cfgpath, "SD:/apps/homebrewchannel/boot.elf");
exeFile = fopen (cfgpath ,"rb");
}
if (exeFile==NULL)
{
strcpy(cfgpath, "USB:/apps/homebrewchannel/boot.dol");
exeFile = fopen (cfgpath ,"rb");
}
if (exeFile==NULL)
{
strcpy(cfgpath, "USB:/apps/homebrewchannel/boot.elf");
exeFile = fopen (cfgpath ,"rb");
}
if (exeFile==NULL)
SYS_ResetSystem(SYS_RETURNTOMENU, 0, 0);
}
Forwards to
SD:/apps/homebrewchannel/boot.dol
SD:/apps/homebrewchannel/boot.elf
USB:/apps/homebrewchannel/boot.dol
USB:/apps/homebrewchannel/boot.elf
CODE
exeFile = fopen (cfgpath ,"rb");
if (exeFile==NULL)
{
strcpy(cfgpath, "SD:/apps/homebrewchannel/boot.dol");
exeFile = fopen (cfgpath ,"rb");
}
if (exeFile==NULL)
SYS_ResetSystem(SYS_RETURNTOMENU, 0, 0);
USB:/apps/homebrewchannel/boot.dol
SD:/apps/homebrewchannel/boot.dol
It's pretty much the same.









