remove useless virtualpad restart in StartNewMovie, tools are already restarted by design
This commit is contained in:
parent
9494243eef
commit
892185d2fd
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue