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=92d723e223ceab25fe0186b685ecdef071647be3;hpb=a34093eb63d1645fd2de9b412efe2587df9fdb3f;p=pcsx_rearmed.git diff --git a/frontend/libretro_core_options.h b/frontend/libretro_core_options.h index 92d723e2..c28de2a3 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", @@ -961,7 +961,32 @@ struct retro_core_option_definition option_defs_us[] = { }, "disabled", }, + { + "pcsx_rearmed_gpu_unai_scale_hires", + "(GPU) Enable Hi-Res Downscaling", + "When enabled, will scale hi-res modes to 320x240, skipping unrendered pixels.", + { + { "disabled", NULL }, + { "enabled", NULL }, + { NULL, NULL}, + }, + "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",