Skip to content

Commit

Permalink
Change Triangle menu to display both Options to open and then Close…
Browse files Browse the repository at this point in the history
… when submenu is opened already
  • Loading branch information
krazynez committed Jul 21, 2023
1 parent e044c99 commit 69cca27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extras/menus/xMenu/src/menu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,9 @@ void Menu::control(){

void Menu::openSubMenu(){
SubMenu* submenu = new SubMenu(this);
toggle = "Triangle - Close Menu";
submenu->run();
toggle = "Triangle - Options Menu";
}

void Menu::loadGame(){
Expand Down Expand Up @@ -285,8 +287,6 @@ void Menu::run(){
version << " DEBUG";
#endif

//version << " - Memory Stick Speedup: " << ((se_config->msspeed)? "Enabled" : "Disabled");

ark_version = version.str();

updateTextAnim();
Expand Down

0 comments on commit 69cca27

Please sign in to comment.