From 34af0fff1456e3721af1691b2a135cd915ff42cd Mon Sep 17 00:00:00 2001 From: negativeExponent Date: Sun, 27 Oct 2019 00:46:50 +0800 Subject: Add "Spu Irq" core option --- frontend/libretro_core_options.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'frontend/libretro_core_options.h') diff --git a/frontend/libretro_core_options.h b/frontend/libretro_core_options.h index 0c0634f..9509f2d 100644 --- a/frontend/libretro_core_options.h +++ b/frontend/libretro_core_options.h @@ -970,6 +970,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 { -- cgit v1.2.3