use Emulator.IsNull
This commit is contained in:
parent
eb3ddab060
commit
f090d75c9d
|
@ -98,7 +98,7 @@ namespace BizHawk.Client.EmuHawk
|
||||||
AddOnScreenMessage("Warning: Movie hash does not match the ROM");
|
AddOnScreenMessage("Warning: Movie hash does not match the ROM");
|
||||||
}
|
}
|
||||||
|
|
||||||
return !(Emulator is NullEmulator);
|
return !Emulator.IsNull();
|
||||||
}
|
}
|
||||||
|
|
||||||
public void SetMainformMovieInfo()
|
public void SetMainformMovieInfo()
|
||||||
|
|
Loading…
Reference in New Issue