Don't bomb out when a core throws an exception on loadstate, still todo: bubble the error message up, instead of just telling them there was an error
This commit is contained in:
parent
7b2ce25388
commit
a85b1d58a1
|
@ -88,6 +88,10 @@ namespace BizHawk.Client.Common
|
|||
catch (EndOfStreamException) { }
|
||||
});
|
||||
}
|
||||
catch
|
||||
{
|
||||
return false;
|
||||
}
|
||||
finally
|
||||
{
|
||||
bl.Dispose();
|
||||
|
|
Loading…
Reference in New Issue