Skip to content

Commit

Permalink
Fixed yet ANOTHER bug in which custom Neo-Geo BIOS wasn't detected pr…
Browse files Browse the repository at this point in the history
…operly
  • Loading branch information
CatmanFan committed Dec 27, 2024
1 parent 1bbad15 commit c52dfc4
Show file tree
Hide file tree
Showing 11 changed files with 598 additions and 1,147 deletions.
6 changes: 3 additions & 3 deletions FriishProduce/SettingsForm.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion FriishProduce/SettingsForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ private void BrowseBIOS(object sender, EventArgs e)
ImportBIOS.DefaultExt = "rom";
}

// ImportBIOS.Filter += Program.Lang.String("filter");
ImportBIOS.Filter += "|" + Program.Lang.String("filter.zip") + Program.Lang.String("filter");

var dialog = ImportBIOS.ShowDialog();
if (dialog == DialogResult.OK && BIOS.Verify(ImportBIOS.FileName, platform))
Expand Down
Loading

0 comments on commit c52dfc4

Please sign in to comment.