X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=frontend%2Flibretro_core_options.h;h=c28de2a3ceb262ae22555accaaac8a4d0bd6ee76;hb=a903b13150257ec490fe776fb5bc2e1fbc2a312e;hp=941bd819804b290c5380b2056dd313389eff652e;hpb=44e8d7afc4a20812c0d6be3112c864d4b1af37c1;p=pcsx_rearmed.git diff --git a/frontend/libretro_core_options.h b/frontend/libretro_core_options.h index 941bd819..c28de2a3 100644 --- a/frontend/libretro_core_options.h +++ b/frontend/libretro_core_options.h @@ -973,6 +973,20 @@ struct retro_core_option_definition option_defs_us[] = { "disabled", }, #endif /* GPU UNAI Advanced Settings */ +#ifdef THREAD_RENDERING + { + "pcsx_rearmed_gpu_thread_rendering", + "Threaded Rendering", + "When enabled, runs GPU commands in a thread. Sync waits for drawing to finish before vsync. Async will not wait unless there's another frame behind it.", + { + { "disabled", NULL }, + { "sync", NULL }, + { "async", NULL }, + { NULL, NULL}, + }, + "disabled", + }, +#endif { "pcsx_rearmed_show_bios_bootlogo",