X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=frontend%2Flibretro_core_options.h;h=b9eaf77b66657cfed3ba90de17dfa96eab86c0ca;hb=f28d12a72998b0a6018b41af8f86a24b10ab506f;hp=781c514b368e8d94d55258a55dc35607f8c602e2;hpb=5e282df80d579f9a19c77a655c2c0dda6dc2c7b4;p=pcsx_rearmed.git diff --git a/frontend/libretro_core_options.h b/frontend/libretro_core_options.h index 781c514b..b9eaf77b 100644 --- a/frontend/libretro_core_options.h +++ b/frontend/libretro_core_options.h @@ -750,7 +750,7 @@ struct retro_core_option_v2_definition option_defs_us[] = { }, "enabled", }, -#if !defined(THREAD_ENABLED) && !defined(_WIN32) && !defined(NO_OS) +#if HAVE_PTHREAD { "pcsx_rearmed_spu_thread", "Threaded SPU", @@ -765,7 +765,7 @@ struct retro_core_option_v2_definition option_defs_us[] = { }, "disabled", }, -#endif // THREAD_ENABLED +#endif // HAVE_PTHREAD { "pcsx_rearmed_show_input_settings", "Show Input Settings",