diff options
| author | 2023-07-04 16:48:48 -0400 | |
|---|---|---|
| committer | 2023-07-21 10:56:55 -0400 | |
| commit | ff6a5031d5ea509375a5dc1ee7b9eeddda6d9ebc (patch) | |
| tree | 3112cd88285713a2b6a56e21c1502ae54f1ae847 /src/common/settings.h | |
| parent | shared_translation: Add missing time zones (diff) | |
| download | yuzu-ff6a5031d5ea509375a5dc1ee7b9eeddda6d9ebc.tar.gz yuzu-ff6a5031d5ea509375a5dc1ee7b9eeddda6d9ebc.tar.xz yuzu-ff6a5031d5ea509375a5dc1ee7b9eeddda6d9ebc.zip | |
settings: Require time zone setting value for stirng
Diffstat (limited to 'src/common/settings.h')
| -rw-r--r-- | src/common/settings.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/settings.h b/src/common/settings.h index c4339cb1f..928636c72 100644 --- a/src/common/settings.h +++ b/src/common/settings.h | |||
| @@ -516,7 +516,7 @@ bool IsFastmemEnabled(); | |||
| 516 | 516 | ||
| 517 | float Volume(); | 517 | float Volume(); |
| 518 | 518 | ||
| 519 | std::string GetTimeZoneString(); | 519 | std::string GetTimeZoneString(TimeZone time_zone); |
| 520 | 520 | ||
| 521 | void LogSettings(); | 521 | void LogSettings(); |
| 522 | 522 | ||