X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=frontend%2Flibretro_core_options.h;h=cf8960598fafd6a991a788a9b2dba975c595606d;hb=5f948beb799e227ea23319c87bf6dbd11f24ab38;hp=ca61b27647cb32ab0648c5b5f38862a17e17f7bd;hpb=fcaea7487a44f1f9daf96a74174d39f0e208a7c7;p=pcsx_rearmed.git diff --git a/frontend/libretro_core_options.h b/frontend/libretro_core_options.h index ca61b276..cf896059 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 },