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:
parent
0e2341b37f
commit
baf189b464
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue