Bk2Movie - simplify a bit
This commit is contained in:
parent
c20e4964c6
commit
d36426f873
|
@ -42,8 +42,7 @@ namespace BizHawk.Client.Common
|
|||
return false;
|
||||
}
|
||||
|
||||
using (var bl = ZipStateLoader.LoadAndDetect(Filename, true))
|
||||
{
|
||||
using var bl = ZipStateLoader.LoadAndDetect(Filename, true);
|
||||
if (bl == null)
|
||||
{
|
||||
return false;
|
||||
|
@ -145,7 +144,6 @@ namespace BizHawk.Client.Common
|
|||
SaveRam = br.ReadBytes((int)length);
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Changes = false;
|
||||
return true;
|
||||
|
|
Loading…
Reference in New Issue