early-access version 4079

This commit is contained in:
pineappleEA
2024-01-22 03:02:41 +01:00
parent 5ebb2d002d
commit 0a67b1a42b
6 changed files with 25 additions and 7 deletions

View File

@@ -422,8 +422,6 @@ struct Values {
false, true, &custom_rtc_enabled};
SwitchableSetting<s64, false> custom_rtc_offset{
linkage, 0, "custom_rtc_offset", Category::System, Specialization::Countable, true, true};
// Set on game boot, reset on stop. Seconds difference between current time and `custom_rtc`
s64 custom_rtc_differential;
SwitchableSetting<bool> rng_seed_enabled{
linkage, false, "rng_seed_enabled", Category::System, Specialization::Paired, true, true};
SwitchableSetting<u32> rng_seed{