From: negativeExponent Date: Thu, 5 Nov 2020 09:48:28 +0000 (+0800) Subject: Set multitap options to "disabled" by default X-Git-Tag: r24l~606^2 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=125cf239c99040f375251e6a373c4420d320b220;p=pcsx_rearmed.git 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. --- diff --git a/frontend/libretro_core_options.h b/frontend/libretro_core_options.h index 21f6783d..ca61b276 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",