gcsim
gcsim copied to clipboard
ICD reset via timer is slightly off
Current implementation executes the timer reset at time passed since timer start > timer - 2
(delay is timer - 1 in code), but it should actually be at time passed since timer start > timer
(delay is timer + 1 in code). For consistency, the icd timer resets should happen before all the elemental application/dmg instances in the frame.