apple: Hide threaded video setting

This commit is contained in:
Eric Warmenhoven 2024-06-05 09:51:20 -04:00 committed by LibretroAdmin
parent 72eb860315
commit aa36f75dba

View File

@ -13454,7 +13454,7 @@ static bool setting_append_list(
menu_settings_list_current_add_range(list, list_info, 5, 100, 5, true, true);
}
#if defined(HAVE_THREADS) && !defined(__PSL1GHT__) && !defined(__PS3__)
#if defined(HAVE_THREADS) && !defined(__PSL1GHT__) && !defined(__PS3__) && !defined(__APPLE__)
CONFIG_BOOL(
list, list_info,
video_driver_get_threaded(),