mirror of
https://gitlab.com/Nanolx/homebrewfilter.git
synced 2024-11-24 18:16:56 +01:00
make restarthbf distinguish between HBF0 and THBF
This commit is contained in:
parent
3d57adc65a
commit
fb02e35371
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user