X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=frontend%2Flibretro_core_options.h;h=53b10954b688c2fe7a24a3fb6477136b96785097;hb=9017270187ac21fdb2cb61b2a3ae97d24887d4a2;hp=0c0634f9f3a3b3b600a09f4b2f662dfb4f88fe6f;hpb=4b353f8adc434d4168df88bca58e793becaa891b;p=pcsx_rearmed.git diff --git a/frontend/libretro_core_options.h b/frontend/libretro_core_options.h index 0c0634f9..53b10954 100644 --- a/frontend/libretro_core_options.h +++ b/frontend/libretro_core_options.h @@ -530,7 +530,11 @@ struct retro_core_option_definition option_defs_us[] = { { "enabled", NULL }, { NULL, NULL }, }, +#ifdef HAVE_LIBNX + "disabled", +#else "enabled", +#endif }, #ifndef DRC_DISABLE @@ -970,6 +974,17 @@ struct retro_core_option_definition option_defs_us[] = { }, "enabled", }, + { + "pcsx_rearmed_spuirq", + "SPU IRQ Always Enabled", + "Compatibility tweak, should be left to off in most cases.", + { + { "disabled", NULL }, + { "enabled", NULL }, + { NULL, NULL }, + }, + "disabled", + }, #ifndef DRC_DISABLE {