diff options
author | bunnei <bunneidev@gmail.com> | 2020-05-11 23:50:07 +0200 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2020-05-11 23:50:07 +0200 |
commit | 988e42a3f57e427e4f91172086ccc8a9a52f73eb (patch) | |
tree | 66ba9ab9aeff5cb1863e0cb731ee4edcf4a2cbc9 /src/core/settings.h | |
parent | Merge pull request #3925 from ogniK5377/hid-SendKeyboardLockKeyEvent (diff) | |
download | yuzu-988e42a3f57e427e4f91172086ccc8a9a52f73eb.tar yuzu-988e42a3f57e427e4f91172086ccc8a9a52f73eb.tar.gz yuzu-988e42a3f57e427e4f91172086ccc8a9a52f73eb.tar.bz2 yuzu-988e42a3f57e427e4f91172086ccc8a9a52f73eb.tar.lz yuzu-988e42a3f57e427e4f91172086ccc8a9a52f73eb.tar.xz yuzu-988e42a3f57e427e4f91172086ccc8a9a52f73eb.tar.zst yuzu-988e42a3f57e427e4f91172086ccc8a9a52f73eb.zip |
Diffstat (limited to 'src/core/settings.h')
-rw-r--r-- | src/core/settings.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/settings.h b/src/core/settings.h index 163900f0b..c1266b341 100644 --- a/src/core/settings.h +++ b/src/core/settings.h @@ -394,6 +394,7 @@ struct Values { s32 current_user; s32 language_index; s32 region_index; + s32 time_zone_index; s32 sound_index; // Controls @@ -490,6 +491,9 @@ struct Values { bool IsGPULevelExtreme(); bool IsGPULevelHigh(); +std::string GetTimeZoneString(); + void Apply(); void LogSettings(); + } // namespace Settings |