From 5f948beb799e227ea23319c87bf6dbd11f24ab38 Mon Sep 17 00:00:00 2001 From: negativeExponent Date: Thu, 11 Feb 2021 16:48:08 +0800 Subject: Set multitap options disabled by default, prevent previous defaults from being accidentally loaded instead. --- frontend/libretro_core_options.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'frontend/libretro_core_options.h') diff --git a/frontend/libretro_core_options.h b/frontend/libretro_core_options.h index ca61b27..cf89605 100644 --- a/frontend/libretro_core_options.h +++ b/frontend/libretro_core_options.h @@ -161,7 +161,7 @@ struct retro_core_option_definition option_defs_us[] = { "Multitap 1 (Restart)", "Enables/Disables multitap on port 1, allowing upto 5 players in games that permit it.", { - { "auto", NULL }, + { "automatic", NULL }, { "disabled", NULL }, { "enabled", NULL }, { NULL, NULL }, @@ -173,7 +173,7 @@ struct retro_core_option_definition option_defs_us[] = { "Multitap 2 (Restart)", "Enables/Disables multitap on port 2, allowing up to 8 players in games that permit it. Multitap 1 has to be enabled for this to work.", { - { "auto", NULL }, + { "automatic", NULL }, { "disabled", NULL }, { "enabled", NULL }, { NULL, NULL }, -- cgit v1.2.3