Added *.fcm and *.mcm to the filter of "Import Movie" dialog.
And some typo fix.
This commit is contained in:
parent
adceb81e91
commit
e0aa4b15da
|
@ -2526,12 +2526,14 @@ namespace BizHawk.MultiClient
|
|||
ofd.InitialDirectory = PathManager.GetRomsPath(Global.Emulator.SystemId);
|
||||
ofd.Multiselect = true;
|
||||
ofd.Filter = FormatFilter(
|
||||
"Movie Files", "*.fm2;*.mc2;*.mmv;*.fmv;*.gmv;",
|
||||
"Movie Files", "*.fm2;*.mc2;*.mmv;*.fcm;*.fmv;*.gmv;*.mcm;",
|
||||
"FCEUX", "*.fm2",
|
||||
"PCEjin", "*.mc2",
|
||||
"Dega", "*mmv",
|
||||
"Famtasia", "*fmv",
|
||||
"Dega", "*.mmv",
|
||||
"FCEU", "*.fcm",
|
||||
"Famtasia", "*.fmv",
|
||||
"Gens", "*.gmv",
|
||||
"Mednafen", "*.mcm",
|
||||
"All Files", "*.*");
|
||||
|
||||
ofd.RestoreDirectory = false;
|
||||
|
|
Loading…
Reference in New Issue