uncommented some code i forgot about.
This commit is contained in:
parent
0d0d54ea66
commit
ed5370945d
3 changed files with 4 additions and 5 deletions
File diff suppressed because one or more lines are too long
2
gui.pnps
2
gui.pnps
|
@ -1 +1 @@
|
|||
<pd><ViewState><e p="gui" x="true"></e><e p="gui\source\language" x="false"></e><e p="gui\source\mload" x="false"></e><e p="gui\source\settings" x="false"></e><e p="gui\source" x="true"></e><e p="gui\source\images" x="false"></e><e p="gui\source\libwbfs" x="false"></e><e p="gui\source\libwiigui" x="true"></e><e p="gui\source\patches" x="false"></e><e p="gui\source\prompts" x="true"></e><e p="gui\source\network" x="false"></e><e p="gui\source\unzip" x="false"></e><e p="gui\source\usbloader" x="false"></e><e p="gui\source\xml" x="false"></e><e p="gui\source\fonts" x="false"></e><e p="gui\source\sounds" x="false"></e></ViewState></pd>
|
||||
<pd><ViewState><e p="gui" x="true"></e><e p="gui\source\language" x="false"></e><e p="gui\source\mload" x="false"></e><e p="gui\source\settings" x="true"></e><e p="gui\source" x="true"></e><e p="gui\source\images" x="false"></e><e p="gui\source\libwbfs" x="false"></e><e p="gui\source\libwiigui" x="true"></e><e p="gui\source\patches" x="false"></e><e p="gui\source\prompts" x="true"></e><e p="gui\source\network" x="false"></e><e p="gui\source\unzip" x="false"></e><e p="gui\source\usbloader" x="false"></e><e p="gui\source\xml" x="false"></e><e p="gui\source\fonts" x="false"></e><e p="gui\source\sounds" x="false"></e></ViewState></pd>
|
|
@ -1988,8 +1988,7 @@ int GameSettings(struct discHdr * header)
|
|||
{
|
||||
CFG_forget_game_opt(header->id);
|
||||
CFG_forget_game_num(header->id);
|
||||
|
||||
/*ret = WBFS_RemoveGame(header->id);
|
||||
ret = WBFS_RemoveGame(header->id);
|
||||
if (ret < 0)
|
||||
{
|
||||
WindowPrompt(
|
||||
|
@ -2004,7 +2003,7 @@ int GameSettings(struct discHdr * header)
|
|||
gameName,
|
||||
LANGUAGE.ok,0,0,0);
|
||||
retVal = 1;
|
||||
}*/
|
||||
}
|
||||
break;
|
||||
}
|
||||
else if (choice == 0)
|
||||
|
|
Loading…
Add table
Reference in a new issue