mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-15 23:12:07 -07:00
core: settings: Add a setting for time zone.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user