Play movie dialog - match current hash by default

This commit is contained in:
adelikat 2014-07-26 13:07:51 +00:00
parent f8fcc23184
commit 2a3260d22d
1 changed files with 1 additions and 1 deletions

View File

@ -548,7 +548,7 @@ namespace BizHawk.Client.Common
//Play Movie Dialog
public bool PlayMovie_IncludeSubdir = false;
public bool PlayMovie_MatchHash = false;
public bool PlayMovie_MatchHash = true;
//TI83
public ToolDialogSettings TI83KeypadSettings = new ToolDialogSettings();