diff --git a/gui.pnproj b/gui.pnproj
index a5e741a0..64f4f4b2 100644
--- a/gui.pnproj
+++ b/gui.pnproj
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/gui.pnps b/gui.pnps
index bb65b12b..f0591647 100644
--- a/gui.pnps
+++ b/gui.pnps
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/source/settings/Settings.cpp b/source/settings/Settings.cpp
index 78d13dac..13ef9f97 100644
--- a/source/settings/Settings.cpp
+++ b/source/settings/Settings.cpp
@@ -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)