From f0df9a9dd9d353b87bfdeed71cbefc4a4fb7bfd6 Mon Sep 17 00:00:00 2001 From: "andres.delikat" Date: Tue, 11 Jan 2011 03:26:16 +0000 Subject: [PATCH] Add Individual platform filters to the Open ROM dialog --- BizHawk.MultiClient/MainForm.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BizHawk.MultiClient/MainForm.cs b/BizHawk.MultiClient/MainForm.cs index 966eebfb8e..426a9598cb 100644 --- a/BizHawk.MultiClient/MainForm.cs +++ b/BizHawk.MultiClient/MainForm.cs @@ -335,7 +335,7 @@ namespace BizHawk.MultiClient { var ofd = new OpenFileDialog(); ofd.InitialDirectory = Global.Config.LastRomPath; - ofd.Filter = "Rom Files|*.SMS;*.GG;*.SG;*.PCE;*.SGX;*.GB;*.BIN;*.SMD;*.ZIP|All Files|*.*"; + ofd.Filter = "Rom Files|*.SMS;*.GG;*.SG;*.PCE;*.SGX;*.GB;*.BIN;*.SMD;*.ZIP|Master System|*.SMS;*.GG;*.ZIP|PC Engine|*.PCE;*.SG;*.SGX;*.ZIP|Gameboy|*.GB;*.ZIP|All Files|*.*"; ofd.RestoreDirectory = true; Global.Sound.StopSound();