n64 and snes "record from now" are now fixed
This commit is contained in:
parent
49d8f6c5b9
commit
75971792b5
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue