We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b71d8e commit 684eefaCopy full SHA for 684eefa
menu/cbs/menu_cbs_title.c
@@ -1316,8 +1316,10 @@ static int menu_cbs_init_bind_title_compare_label(menu_file_list_cbs_t *cbs,
1316
action_get_title_deferred_core_list},
1317
{MENU_ENUM_LABEL_DEFERRED_CORE_LIST_SET,
1318
1319
+#if defined(HAVE_GAME_AI)
1320
{MENU_ENUM_LABEL_CORE_GAME_AI_OPTIONS,
1321
action_get_core_game_ai_options_list},
1322
+#endif
1323
};
1324
1325
if (cbs->setting)
0 commit comments