From 296eb8f1a05f2c32e5c567d7fe00c251ffb44e23 Mon Sep 17 00:00:00 2001 From: CasualPokePlayer <50538166+CasualPokePlayer@users.noreply.github.com> Date: Tue, 30 Apr 2024 00:52:00 -0700 Subject: [PATCH] fix message --- src/BizHawk.Emulation.Cores/Consoles/Sega/gpgx64/GPGX.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BizHawk.Emulation.Cores/Consoles/Sega/gpgx64/GPGX.cs b/src/BizHawk.Emulation.Cores/Consoles/Sega/gpgx64/GPGX.cs index f2be66845b..8ce6fe7bc5 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Sega/gpgx64/GPGX.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Sega/gpgx64/GPGX.cs @@ -265,7 +265,7 @@ namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx if (firmwareID != null) { // this path will be the most common PEBKAC error, so be a bit more vocal about the problem - srcdata = CoreComm.CoreFileProvider.GetFirmware(firmwareID.Value, "GPGX firmwares are required."); + srcdata = CoreComm.CoreFileProvider.GetFirmware(firmwareID.Value, "GPGX firmwares are usually required."); if (srcdata == null) { Console.WriteLine($"Frontend couldn't satisfy firmware request {firmwareID}");