mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-05 19:15:07 +01:00
uncommented some code i forgot about.
This commit is contained in:
parent
0d0d54ea66
commit
ed5370945d
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_opt(header->id);
|
||||||
CFG_forget_game_num(header->id);
|
CFG_forget_game_num(header->id);
|
||||||
|
ret = WBFS_RemoveGame(header->id);
|
||||||
/*ret = WBFS_RemoveGame(header->id);
|
|
||||||
if (ret < 0)
|
if (ret < 0)
|
||||||
{
|
{
|
||||||
WindowPrompt(
|
WindowPrompt(
|
||||||
@ -2004,7 +2003,7 @@ int GameSettings(struct discHdr * header)
|
|||||||
gameName,
|
gameName,
|
||||||
LANGUAGE.ok,0,0,0);
|
LANGUAGE.ok,0,0,0);
|
||||||
retVal = 1;
|
retVal = 1;
|
||||||
}*/
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
else if (choice == 0)
|
else if (choice == 0)
|
||||||
|
Loading…
Reference in New Issue
Block a user