mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-12-18 16:01:58 +01:00
*DefaultButton is now deleting the game from GameSettings list.
This commit is contained in:
parent
edb501683f
commit
cc51969c6a
@ -1,4 +1,4 @@
|
|||||||
/****************************************************************************
|
4/****************************************************************************
|
||||||
* libwiigui Template
|
* libwiigui Template
|
||||||
* Tantric 2009
|
* Tantric 2009
|
||||||
*
|
*
|
||||||
@ -3206,7 +3206,7 @@ static int MenuDiscList()
|
|||||||
}
|
}
|
||||||
else if (choice == 2)
|
else if (choice == 2)
|
||||||
{
|
{
|
||||||
if (*(unsigned int*) 0x80001800) exit(0);
|
if (*((u32*) 0x80001800)) exit(0);
|
||||||
// Channel Version
|
// Channel Version
|
||||||
SYS_ResetSystem(SYS_RETURNTOMENU, 0, 0);
|
SYS_ResetSystem(SYS_RETURNTOMENU, 0, 0);
|
||||||
} else {
|
} else {
|
||||||
@ -5193,6 +5193,7 @@ int GameSettings(struct discHdr * header)
|
|||||||
iosChoice = i249;
|
iosChoice = i249;
|
||||||
}
|
}
|
||||||
parentalcontrolChoice = 0;
|
parentalcontrolChoice = 0;
|
||||||
|
CFG_forget_game_opt(header->id);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user