fix message

This commit is contained in:
CasualPokePlayer 2024-04-30 00:52:00 -07:00
parent 65a7c89318
commit 296eb8f1a0
1 changed files with 1 additions and 1 deletions

View File

@ -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}");