From 125cf239c99040f375251e6a373c4420d320b220 Mon Sep 17 00:00:00 2001 From: negativeExponent Date: Thu, 5 Nov 2020 17:48:28 +0800 Subject: Set multitap options to "disabled" by default Due to moving input selector to frontend instead from the core options, ports 3-8 can be always set to standard causing multitap to be auto-activated. With multitaps enabled, some games would misbehave or inputs not working at all for those that are not multiplayer capable. Setting core option multitap1 and multitap2 to disable for now. --- frontend/libretro_core_options.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/libretro_core_options.h b/frontend/libretro_core_options.h index 21f6783..ca61b27 100644 --- a/frontend/libretro_core_options.h +++ b/frontend/libretro_core_options.h @@ -166,7 +166,7 @@ struct retro_core_option_definition option_defs_us[] = { { "enabled", NULL }, { NULL, NULL }, }, - "auto", + "disabled", }, { "pcsx_rearmed_multitap2", @@ -178,7 +178,7 @@ struct retro_core_option_definition option_defs_us[] = { { "enabled", NULL }, { NULL, NULL }, }, - "auto", + "disabled", }, { "pcsx_rearmed_negcon_deadzone", -- cgit v1.2.3