summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/time/time_zone_manager.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2020-01-23 05:19:25 +0100
committerbunnei <bunneidev@gmail.com>2020-01-23 05:20:19 +0100
commited76c7131903f180ebc2f49c148a8a0339bf05fa (patch)
tree819714caa787b018fac29cca2b925dc0828bc552 /src/core/hle/service/time/time_zone_manager.h
parentMerge pull request #3324 from FearlessTobi/port-5037 (diff)
downloadyuzu-ed76c7131903f180ebc2f49c148a8a0339bf05fa.tar
yuzu-ed76c7131903f180ebc2f49c148a8a0339bf05fa.tar.gz
yuzu-ed76c7131903f180ebc2f49c148a8a0339bf05fa.tar.bz2
yuzu-ed76c7131903f180ebc2f49c148a8a0339bf05fa.tar.lz
yuzu-ed76c7131903f180ebc2f49c148a8a0339bf05fa.tar.xz
yuzu-ed76c7131903f180ebc2f49c148a8a0339bf05fa.tar.zst
yuzu-ed76c7131903f180ebc2f49c148a8a0339bf05fa.zip
Diffstat (limited to 'src/core/hle/service/time/time_zone_manager.h')
-rw-r--r--src/core/hle/service/time/time_zone_manager.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/time/time_zone_manager.h b/src/core/hle/service/time/time_zone_manager.h
index 7c6f975ae..aaab0a1e0 100644
--- a/src/core/hle/service/time/time_zone_manager.h
+++ b/src/core/hle/service/time/time_zone_manager.h
@@ -39,6 +39,7 @@ public:
ResultCode ParseTimeZoneRuleBinary(TimeZoneRule& rules, FileSys::VirtualFile& vfs_file) const;
ResultCode ToPosixTime(const TimeZoneRule& rules, const CalendarTime& calendar_time,
s64& posix_time) const;
+ ResultCode ToPosixTimeWithMyRule(const CalendarTime& calendar_time, s64& posix_time) const;
private:
bool is_initialized{};