remove useless virtualpad restart in StartNewMovie, tools are already restarted by design

This commit is contained in:
adelikat 2020-04-18 10:36:42 -05:00
parent 9494243eef
commit 892185d2fd
1 changed files with 0 additions and 3 deletions

View File

@ -64,9 +64,6 @@ namespace BizHawk.Client.EmuHawk
SetMainformMovieInfo();
Tools.Restart<VirtualpadTool>();
if (MovieSession.Movie.Hash != Game.Hash)
{
AddOnScreenMessage("Warning: Movie hash does not match the ROM");