Play movie dialog - match current hash by default
This commit is contained in:
parent
f8fcc23184
commit
2a3260d22d
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue