diff --git a/BizHawk.Client.Common/RomLoader.cs b/BizHawk.Client.Common/RomLoader.cs index 03a63e22bd..e2425d1f72 100644 --- a/BizHawk.Client.Common/RomLoader.cs +++ b/BizHawk.Client.Common/RomLoader.cs @@ -222,7 +222,7 @@ namespace BizHawk.Client.Common var biosPath = Global.FirmwareManager.Request("PCECD", "Bios"); if (!File.Exists(biosPath)) { - ThrowLoadError("PCE-CD System Card not found. Please check the BIOS path in Config->Paths->PC Engine.", game.System); + ThrowLoadError("PCE-CD System Card not found. Please check the BIOS settings in Config->Firmwares.", game.System); return false; }