Timers: Minor fixes

This commit is contained in:
Connor McLaughlin
2019-09-27 00:03:28 +10:00
parent 792ec27b1a
commit 7ec3343ee6
4 changed files with 21 additions and 18 deletions

View File

@ -37,6 +37,7 @@ bool Timers::DoState(StateWrapper& sw)
sw.Do(&cs.counter);
sw.Do(&cs.target);
sw.Do(&cs.gate);
sw.Do(&cs.use_external_clock);
sw.Do(&cs.external_counting_enabled);
sw.Do(&cs.counting_enabled);
}