Fix sysID in error dialog from `.xml` load failure
I think this predates the multi-disk bundler lmao
This commit is contained in:
parent
6c0f2a0ebf
commit
d94fb910c7
|
@ -728,7 +728,7 @@ namespace BizHawk.Client.Common
|
|||
}
|
||||
catch
|
||||
{
|
||||
DoLoadErrorCallback(ex.ToString(), VSystemID.Raw.GBL, LoadErrorType.Xml);
|
||||
DoLoadErrorCallback(ex.ToString(), game?.System ?? VSystemID.Raw.SNES, LoadErrorType.Xml);
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue