From 0933294ca40dd92fcf54678d692e231516909491 Mon Sep 17 00:00:00 2001 From: "wagic.the.homebrew" Date: Sat, 30 Apr 2011 13:43:12 +0000 Subject: [PATCH] Fix an issue where pressing "triangle" on the PSP in the play menu would crash the game --- projects/mtg/src/GameStateMenu.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/mtg/src/GameStateMenu.cpp b/projects/mtg/src/GameStateMenu.cpp index d0fd7fe33..db0d65804 100644 --- a/projects/mtg/src/GameStateMenu.cpp +++ b/projects/mtg/src/GameStateMenu.cpp @@ -903,6 +903,7 @@ void GameStateMenu::ButtonPressed(int controllerId, int controlId) currentState = MENU_STATE_MAJOR_DUEL | MENU_STATE_MINOR_SUBMENU_CLOSING; break; case SUBMENUITEM_CANCEL: + case kInfoMenuID: // Triangle button if (subMenuController != NULL) { subMenuController->Close();