use Emulator.IsNull

This commit is contained in:
adelikat 2020-04-16 10:45:51 -05:00
parent eb3ddab060
commit f090d75c9d
1 changed files with 1 additions and 1 deletions

View File

@ -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()