gpgx: pop up an annoyabox when CD firmware is missing

This commit is contained in:
goyuken 2014-05-28 03:27:49 +00:00
parent 49def8a758
commit bafd4ae62e
1 changed files with 2 additions and 0 deletions
BizHawk.Emulation.Cores/Consoles/Sega/gpgx

View File

@ -220,6 +220,8 @@ namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx
if (srcdata == null)
{
Console.WriteLine("Frontend couldn't satisfy firmware request GEN:{0}", firmwareID);
// this path will be the most common PEBKAC error, so be a bit more vocal about the problem
CoreComm.ShowMessage(string.Format("GPGX couldn't load firmware {0}. This is usually fatal.", firmwareID));
return 0;
}
}