make restarthbf distinguish between HBF0 and THBF

This commit is contained in:
Christopher Roy Bratusek 2013-01-04 19:08:16 +01:00
parent 3d57adc65a
commit fb02e35371

View File

@ -323,8 +323,12 @@ main(int argc, char *argv[])
else if(restarthbf)
{
xprintf("Relaunching myself\n");
WII_LaunchTitle(0x0001000154484246);
}
#if defined (STBOOTVWII) || defined(STBOOT)
WII_LaunchTitle(0x0001000148424630);
#else
WII_LaunchTitle(0x0001000154484246);
#endif
}
else if(gosegui)
{
xprintf("Launching Settings Editor GUI\n");