X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=frontend%2Flibretro_core_options.h;h=1075e8f87b6a00d5407528328bf6ce62bdc865ab;hb=accedc82b01fe5834a805a9872405d51de1d5c06;hp=40aebb44f7e8cf35db673482e5ab5b029292fb0e;hpb=d56340b165b4a7ef25bc3c7509d4f2315843bc31;p=pcsx_rearmed.git diff --git a/frontend/libretro_core_options.h b/frontend/libretro_core_options.h index 40aebb44..1075e8f8 100644 --- a/frontend/libretro_core_options.h +++ b/frontend/libretro_core_options.h @@ -633,7 +633,7 @@ struct retro_core_option_definition option_defs_us[] = { { "pcsx_rearmed_psxclock", "PSX CPU Clock", -#ifdef HAVE_PRE_ARMV7 +#if defined(HAVE_PRE_ARMV7) && !defined(_3DS) "Overclock or underclock the PSX clock. Default is 50", #else "Overclock or underclock the PSX clock. Default is 57", @@ -712,7 +712,7 @@ struct retro_core_option_definition option_defs_us[] = { { "100", NULL }, { NULL, NULL }, }, -#ifdef HAVE_PRE_ARMV7 +#if defined(HAVE_PRE_ARMV7) && !defined(_3DS) "50", #else "57", @@ -972,6 +972,20 @@ struct retro_core_option_definition option_defs_us[] = { }, "disabled", }, +#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 #endif /* GPU UNAI Advanced Settings */ {