Fix typo in `GBHawkLink4x.SetCpuRegister`
broken since introduction in a751aab74
This commit is contained in:
parent
63127695d4
commit
024739d22e
|
@ -41,7 +41,7 @@ namespace BizHawk.Emulation.Cores.Nintendo.GBHawkLink4x
|
||||||
}
|
}
|
||||||
else if (register.StartsWithOrdinal("D "))
|
else if (register.StartsWithOrdinal("D "))
|
||||||
{
|
{
|
||||||
C.SetCpuRegister(register.Replace("D ", ""), value);
|
D.SetCpuRegister(register.Replace("D ", ""), value);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue