N64: Removed an unneeded dummy variable
This commit is contained in:
parent
8ec6c762bd
commit
160de71206
|
@ -300,7 +300,6 @@ namespace BizHawk.Emulation.Consoles.Nintendo.N64
|
|||
|
||||
public void ExecuteEmulator()
|
||||
{
|
||||
byte[] blah = new byte[1];
|
||||
m64pCoreDoCommandPtr(m64p_command.M64CMD_EXECUTE, 0, IntPtr.Zero);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue