libretro_core_options.h: Improved pcsx_rearmed_show_bios_bootlogo (#412)
authorDavid Hedlund <davidhedlund@users.noreply.github.com>
Sun, 15 Mar 2026 20:57:43 +0000 (21:57 +0100)
committerGitHub <noreply@github.com>
Sun, 15 Mar 2026 20:57:43 +0000 (22:57 +0200)
* Replaced "Show BIOS Boot Logo" with "Show BIOS Name/Boot Logo"
* Stated name before bios logo because that is the chronologcal order how they display.
* Replaced "resetting" with "Reset" ("Restart" has been replaced with "Reset": https://github.com/libretro/RetroArch/issues/18775, https://github.com/libretro/RetroArch/commit/d2457585b1dddc884ef85559ed52f247da02e89c)
* Update libretro_core_options.h

Avoid the terms "official" and "PlayStation" to indicate that any BIOS is included.

frontend/libretro_core_options.h

index 95ea4ab..73bc0d3 100644 (file)
@@ -137,9 +137,9 @@ struct retro_core_option_v2_definition option_defs_us[] = {
    },
    {
       "pcsx_rearmed_show_bios_bootlogo",
-      "Show BIOS Boot Logo",
+      "Show BIOS Name/Boot Logo",
       NULL,
-      "When using an official BIOS file, specify whether to show the PlayStation logo upon starting or resetting content. Also enables the display of BIOS file name in OSD. Warning: Enabling the boot logo may reduce game compatibility.",
+      "When using a custom BIOS file, enables the display of its file name in the OSD. Also specifies whether to show the BIOS logo when starting or selecting Reset. Warning: Enabling the logo may reduce game compatibility.",
       NULL,
       "system",
       {