mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 05:15:47 +00:00
general: Demote custom_rtc to regular setting
This commit is contained in:
parent
04060711c2
commit
d6c9f6acc5
6 changed files with 30 additions and 58 deletions
|
@ -157,7 +157,7 @@ struct Values {
|
|||
// System
|
||||
Setting<std::optional<u32>> rng_seed;
|
||||
// Measured in seconds since epoch
|
||||
Setting<std::optional<std::chrono::seconds>> custom_rtc;
|
||||
std::optional<std::chrono::seconds> custom_rtc;
|
||||
// Set on game boot, reset on stop. Seconds difference between current time and `custom_rtc`
|
||||
std::chrono::seconds custom_rtc_differential;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue