n64 and snes "record from now" are now fixed

This commit is contained in:
zeromus 2014-04-25 02:31:11 +00:00
parent 49d8f6c5b9
commit 75971792b5
1 changed files with 0 additions and 5 deletions

View File

@ -225,11 +225,6 @@ namespace BizHawk.Client.EmuHawk
{
AuthorBox.Text = Global.Config.DefaultAuthor;
}
if (Global.Emulator.SystemId == "N64")
{
StartFromCombo.Items.Remove(StartFromCombo.Items[1]);
}
}
private void RecordBox_DragEnter(object sender, DragEventArgs e)