Movie Import dialog - combine .mc2 and .mcm into a Mednafen/PCEjin row instead of seperately (both .mc2 and .mcm have been used at some point in both emulators)

This commit is contained in:
adelikat 2012-03-09 16:31:14 +00:00
parent 0e2341b37f
commit baf189b464
1 changed files with 1 additions and 2 deletions

View File

@ -2528,12 +2528,11 @@ namespace BizHawk.MultiClient
ofd.Filter = FormatFilter(
"Movie Files", "*.fm2;*.mc2;*.mmv;*.fcm;*.fmv;*.gmv;*.mcm;",
"FCEUX", "*.fm2",
"PCEjin", "*.mc2",
"PCEjin/Mednafen", "*.mc2;*.mcm",
"Dega", "*.mmv",
"FCEU", "*.fcm",
"Famtasia", "*.fmv",
"Gens", "*.gmv",
"Mednafen", "*.mcm",
"All Files", "*.*");
ofd.RestoreDirectory = false;