Play movie - don't show subdirectories by default
This commit is contained in:
parent
9194c7fd8d
commit
c06fe4bddb
|
@ -548,7 +548,7 @@ namespace BizHawk.Client.Common
|
|||
public bool MoviePlaybackPokeMode = false;
|
||||
|
||||
//Play Movie Dialog
|
||||
public bool PlayMovie_IncludeSubdir = true;
|
||||
public bool PlayMovie_IncludeSubdir = false;
|
||||
public bool PlayMovie_MatchHash = false;
|
||||
|
||||
//TI83
|
||||
|
|
Loading…
Reference in New Issue