(libretro) Fix 'Fast Boot' option

This commit is contained in:
jdgleaver
2020-07-21 16:30:07 +01:00
parent f28ef01d24
commit 7478e75ed6
2 changed files with 11 additions and 10 deletions

View File

@ -357,7 +357,7 @@ static std::array<retro_core_option_definition, 23> s_option_definitions = {{
{"NTSC-U", "NTSC-U (US)"},
{"PAL", "PAL (Europe, Australia)"}},
"Auto"},
{"BIOS.FastBoot",
{"BIOS.PatchFastBoot",
"Fast Boot",
"Skips the BIOS shell/intro, booting directly into the game. Usually safe to enable, but some games break.",
{{"true", "Enabled"}, {"false", "Disabled"}},