mirror of
https://github.com/libretro/RetroArch
synced 2025-01-31 15:32:59 +00:00
apple: Hide threaded video setting
This commit is contained in:
parent
72eb860315
commit
aa36f75dba
@ -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(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user