N64 Controller config - fix a boo boo I made

This commit is contained in:
adelikat 2014-05-18 17:35:02 +00:00
parent 0190cf8c61
commit 6019670f95
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ namespace BizHawk.Client.EmuHawk
set
{
if (PakTypeDropdown.Items.Count > 0 && PakTypeDropdown.SelectedItem != null) // Null check for designer
if (PakTypeDropdown.Items.Count > 0) // Null check for designer
{
var toSelect = PakTypeDropdown.Items
.OfType<object>()