expand on r7462
This commit is contained in:
parent
ad5b60f137
commit
14c8dac1bf
|
@ -46,7 +46,7 @@ namespace BizHawk.Client.Common
|
||||||
{
|
{
|
||||||
var fullmsg = String.Format(
|
var fullmsg = String.Format(
|
||||||
"Couldn't find required firmware \"{0}:{1}\". This is fatal{2}", sysID, firmwareID, msg != null ? ": " + msg : ".");
|
"Couldn't find required firmware \"{0}:{1}\". This is fatal{2}", sysID, firmwareID, msg != null ? ": " + msg : ".");
|
||||||
throw new Exception(fullmsg);
|
throw new MissingFirmwareException(fullmsg);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (msg != null)
|
if (msg != null)
|
||||||
|
|
Loading…
Reference in New Issue