mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-17 16:59:17 +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
|
||||
* Tantric 2009
|
||||
*
|
||||
@ -3206,7 +3206,7 @@ static int MenuDiscList()
|
||||
}
|
||||
else if (choice == 2)
|
||||
{
|
||||
if (*(unsigned int*) 0x80001800) exit(0);
|
||||
if (*((u32*) 0x80001800)) exit(0);
|
||||
// Channel Version
|
||||
SYS_ResetSystem(SYS_RETURNTOMENU, 0, 0);
|
||||
} else {
|
||||
@ -5193,6 +5193,7 @@ int GameSettings(struct discHdr * header)
|
||||
iosChoice = i249;
|
||||
}
|
||||
parentalcontrolChoice = 0;
|
||||
CFG_forget_game_opt(header->id);
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user