Ram Search - another n64 hack - default to 4 byte

This commit is contained in:
adelikat 2013-08-14 01:12:03 +00:00
parent 22e1dffc91
commit 18582d7c4f
1 changed files with 3 additions and 0 deletions

View File

@ -389,6 +389,9 @@ namespace BizHawk.MultiClient
useUndoHistoryToolStripMenuItem.Checked = true;
if (Global.Emulator.SystemId == "N64")
{
byteToolStripMenuItem.Checked = false;
bytesToolStripMenuItem.Checked = false;
dWordToolStripMenuItem1.Checked = true;
useUndoHistoryToolStripMenuItem.Checked = false;
Global.Config.RamSearchFastMode = true;