mirror of
https://gitea.tendokyu.moe/Hay1tsme/segatools.git
synced 2026-07-16 08:41:13 -05:00
SEGA games are unplayable between 03:00 and 07:00 local time due to a network maintenance period that is hard-coded into the games themselves (no, guest play is not available). Deal with this by slowing down time to avoid 02:00 (the time when a warning appears and new credits eventually start being rejected), then jump forward to sync up with real time when 07:00 hits.
5 lines
79 B
C
5 lines
79 B
C
#pragma once
|
|
|
|
void clock_set_hook_init(void);
|
|
void clock_skew_hook_init(void);
|