diff --git a/extras/menus/arkMenu/src/gamemgr.cpp b/extras/menus/arkMenu/src/gamemgr.cpp index 286e97411..f9f234a54 100644 --- a/extras/menus/arkMenu/src/gamemgr.cpp +++ b/extras/menus/arkMenu/src/gamemgr.cpp @@ -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; icategories[i] = new Menu((EntryType)i); }