GBHawk: bug fix
This commit is contained in:
parent
ead1d8d08c
commit
cf80d15c8f
|
@ -129,7 +129,7 @@ namespace BizHawk.Emulation.Cores.Nintendo.GBHawk
|
||||||
[JsonIgnore]
|
[JsonIgnore]
|
||||||
private int _RTCInitialTime;
|
private int _RTCInitialTime;
|
||||||
[JsonIgnore]
|
[JsonIgnore]
|
||||||
public ushort _DivInitialTime;
|
public ushort _DivInitialTime = 8;
|
||||||
|
|
||||||
|
|
||||||
public GBSyncSettings Clone()
|
public GBSyncSettings Clone()
|
||||||
|
|
|
@ -129,8 +129,8 @@ namespace BizHawk.Emulation.Cores.Nintendo.GBHawkLink
|
||||||
private int _RTCInitialTime_L;
|
private int _RTCInitialTime_L;
|
||||||
private int _RTCInitialTime_R;
|
private int _RTCInitialTime_R;
|
||||||
[JsonIgnore]
|
[JsonIgnore]
|
||||||
public ushort _DivInitialTime_L;
|
public ushort _DivInitialTime_L = 8;
|
||||||
public ushort _DivInitialTime_R;
|
public ushort _DivInitialTime_R = 8;
|
||||||
|
|
||||||
public GBLinkSyncSettings Clone()
|
public GBLinkSyncSettings Clone()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue