parent
1fa31fe0e9
commit
ce21993ec4
|
@ -151,8 +151,9 @@ namespace BizHawk.Client.Common
|
|||
{
|
||||
bl.GetCoreState(br => _statable.LoadStateBinary(br), tr => _statable.LoadStateText(tr));
|
||||
}
|
||||
catch (Exception)
|
||||
catch (Exception e)
|
||||
{
|
||||
Util.DebugWriteLine(e);
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue