mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 12:55:45 +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
|
@ -136,7 +136,6 @@ void RestoreGlobalState(bool is_powered_on) {
|
|||
values.region_index.SetGlobal(true);
|
||||
values.time_zone_index.SetGlobal(true);
|
||||
values.rng_seed.SetGlobal(true);
|
||||
values.custom_rtc.SetGlobal(true);
|
||||
values.sound_index.SetGlobal(true);
|
||||
|
||||
// Controls
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue