core: settings: Add a setting for time zone.

This commit is contained in:
bunnei
2020-05-11 17:50:07 -04:00
parent 5dec81fcbd
commit 988e42a3f5
8 changed files with 282 additions and 10 deletions

View File

@ -37,5 +37,6 @@ private:
int language_index = 0;
int region_index = 0;
int time_zone_index = 0;
int sound_index = 0;
};