Ram Search - another n64 hack - default to 4 byte
This commit is contained in:
parent
22e1dffc91
commit
18582d7c4f
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue