mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-10 05:28:56 +02:00
default=1
This commit is contained in:
parent
a6d507f910
commit
f870aa1f2d
1 changed files with 1 additions and 1 deletions
|
|
@ -640,7 +640,7 @@ struct Values {
|
|||
SwitchableSetting<TimeZone, true> time_zone_index{linkage, TimeZone::Auto, "time_zone_index", Category::System};
|
||||
Setting<u32> serial_battery{linkage, 0, "serial_battery", Category::System};
|
||||
Setting<u32> serial_unit{linkage, 0, "serial_unit", Category::System};
|
||||
Setting<u32> product_model{linkage, 0, "product_model", Category::System};
|
||||
Setting<u32> product_model{linkage, 1, "product_model", Category::System};
|
||||
// Measured in seconds since epoch
|
||||
SwitchableSetting<bool> custom_rtc_enabled{linkage, false, "custom_rtc_enabled", Category::System, Specialization::Paired, true, true};
|
||||
SwitchableSetting<s64> custom_rtc{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue