X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=frontend%2Flibretro_core_options.h;h=cab6a9a0c2e8dcb179456727bae947d32ef8d11c;hb=cac527b4e2fe9224562f44bd5aac234b0f1f8f74;hp=badd856d75dc36548bcc029fd91a12bcc1d67db9;hpb=8ac2b9d2af5d05f3a39c38905f4705de15b448e0;p=pcsx_rearmed.git diff --git a/frontend/libretro_core_options.h b/frontend/libretro_core_options.h index badd856d..cab6a9a0 100644 --- a/frontend/libretro_core_options.h +++ b/frontend/libretro_core_options.h @@ -97,6 +97,17 @@ struct retro_core_option_definition option_defs_us[] = { }, "disabled", }, + { + "pcsx_rearmed_show_other_input_settings", + "Show other input settings", + "Shows or hides other inputs settings like multitaps, player 3-8 ports, analog fine-tunings, etc.", + { + { "disabled", NULL }, + { "enabled", NULL }, + { NULL, NULL }, + }, + "disabled", + }, { "pcsx_rearmed_pad1type", "Pad 1 Type", @@ -541,14 +552,14 @@ struct retro_core_option_definition option_defs_us[] = { { "enabled", NULL }, { NULL, NULL }, }, -#ifdef HAVE_LIBNX +#if defined HAVE_LIBNX || defined _3DS "disabled", #else "enabled", #endif }, -#ifndef DRC_DISABLE +#if defined(LIGHTREC) || defined(NEW_DYNAREC) { "pcsx_rearmed_drc", "Dynamic Recompiler", @@ -560,6 +571,9 @@ struct retro_core_option_definition option_defs_us[] = { }, "enabled", }, +#endif /* LIGHTREC || NEW_DYNAREC */ + +#ifdef NEW_DYNAREC { "pcsx_rearmed_psxclock", "PSX CPU Clock", @@ -648,7 +662,7 @@ struct retro_core_option_definition option_defs_us[] = { "57", #endif }, -#endif /* DRC_DISABLE */ +#endif /* NEW_DYNAREC */ #ifdef GPU_NEON { @@ -961,7 +975,19 @@ struct retro_core_option_definition option_defs_us[] = { }, "disabled", }, - +#ifndef _WIN32 + { + "pcsx_rearmed_async_cd", + "CD Access Method (Restart)", + "Select method used to read data from content disk images. 'Synchronous' mimics original hardware. 'Asynchronous' can reduce stuttering on devices with slow storage.", + { + { "sync", "Synchronous" }, + { "async", "Asynchronous" }, + { NULL, NULL}, + }, + "sync", + }, +#endif /* ADVANCED OPTIONS */ { "pcsx_rearmed_noxadecoding", @@ -997,7 +1023,7 @@ struct retro_core_option_definition option_defs_us[] = { "disabled", }, -#ifndef DRC_DISABLE +#ifdef NEW_DYNAREC { "pcsx_rearmed_nosmccheck", "(Speed Hack) Disable SMC Checks", @@ -1031,7 +1057,7 @@ struct retro_core_option_definition option_defs_us[] = { }, "disabled", }, -#endif /* DRC_DISABLE */ +#endif /* NEW_DYNAREC */ { NULL, NULL, NULL, {{0}}, NULL }, };