Skip to content

Commit

Permalink
autoload games
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseAaronLopezGarcia committed Jul 8, 2023
1 parent eccd5a0 commit 8e9c8dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extras/menus/arkMenu/src/gamemgr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ GameManager::GameManager(){
this->optionsmenu = NULL;

// initialize the categories
this->selectedCategory = -2;
this->selectedCategory = (common::getConf()->main_menu)? -2 : -1;
for (int i=0; i<MAX_CATEGORIES; i++){
this->categories[i] = new Menu((EntryType)i);
}
Expand Down

0 comments on commit 8e9c8dd

Please sign in to comment.