diff --git a/frontend/menu/menu_common.c b/frontend/menu/menu_common.c index 24da604eef..3aac9f1833 100644 --- a/frontend/menu/menu_common.c +++ b/frontend/menu/menu_common.c @@ -1882,7 +1882,7 @@ void menu_populate_entries(void *data, unsigned menu_type) file_list_push(rgui->selection_buf, "Hard GPU Sync Frames", RGUI_SETTINGS_VIDEO_HARD_SYNC_FRAMES, 0); file_list_push(rgui->selection_buf, "Black Frame Insertion", RGUI_SETTINGS_VIDEO_BLACK_FRAME_INSERTION, 0); file_list_push(rgui->selection_buf, "VSync Swap Interval", RGUI_SETTINGS_VIDEO_SWAP_INTERVAL, 0); -#ifdef HAVE_THREADS +#if defined(HAVE_THREADS) && !defined(GEKKO) file_list_push(rgui->selection_buf, "Threaded Driver", RGUI_SETTINGS_VIDEO_THREADED, 0); #endif #if !defined(RARCH_CONSOLE) && !defined(RARCH_MOBILE)