Record Movie dialog - remove the "Now" option for N64, until movies 2.0
This commit is contained in:
parent
8f557235ce
commit
b9b8f0a04a
|
@ -231,6 +231,11 @@ namespace BizHawk.Client.EmuHawk
|
||||||
{
|
{
|
||||||
AuthorBox.Text = Global.Config.DefaultAuthor;
|
AuthorBox.Text = Global.Config.DefaultAuthor;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (Global.Emulator.SystemId == "N64")
|
||||||
|
{
|
||||||
|
StartFromCombo.Items.Remove(StartFromCombo.Items[1]);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private void RecordBox_DragEnter(object sender, DragEventArgs e)
|
private void RecordBox_DragEnter(object sender, DragEventArgs e)
|
||||||
|
|
Loading…
Reference in New Issue