Record Movie dialog - remove the "Now" option for N64, until movies 2.0

This commit is contained in:
adelikat 2014-04-15 23:19:06 +00:00
parent 8f557235ce
commit b9b8f0a04a
1 changed files with 5 additions and 0 deletions

View File

@ -231,6 +231,11 @@ 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)