From 550779654ac887cac5ed07284e08d75e943506b0 Mon Sep 17 00:00:00 2001 From: David Hedlund Date: Sun, 15 Mar 2026 21:57:43 +0100 Subject: [PATCH] libretro_core_options.h: Improved pcsx_rearmed_show_bios_bootlogo (#412) * 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/libretro_core_options.h b/frontend/libretro_core_options.h index 95ea4abe..73bc0d3d 100644 --- a/frontend/libretro_core_options.h +++ b/frontend/libretro_core_options.h @@ -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", { -- 2.47.3