summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar german772021-04-08 14:34:01 -0600
committerGravatar german772021-04-08 19:40:25 -0600
commit35abd560c48201dab2ecaa8a8c3b33a67eecc81a (patch)
treeac9dca3bde873a9408d5e2c6fd931ca64f261170 /src
parentspl: Update to 12.x (diff)
downloadyuzu-35abd560c48201dab2ecaa8a8c3b33a67eecc81a.tar.gz
yuzu-35abd560c48201dab2ecaa8a8c3b33a67eecc81a.tar.xz
yuzu-35abd560c48201dab2ecaa8a8c3b33a67eecc81a.zip
ITimeZoneService: Update to 12.x
Diffstat (limited to 'src')
-rw-r--r--src/core/hle/service/time/time_zone_service.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/time/time_zone_service.cpp b/src/core/hle/service/time/time_zone_service.cpp
index 25cecbc83..3117627cf 100644
--- a/src/core/hle/service/time/time_zone_service.cpp
+++ b/src/core/hle/service/time/time_zone_service.cpp
@@ -20,6 +20,7 @@ ITimeZoneService ::ITimeZoneService(Core::System& system_,
20 {3, nullptr, "LoadLocationNameList"}, 20 {3, nullptr, "LoadLocationNameList"},
21 {4, &ITimeZoneService::LoadTimeZoneRule, "LoadTimeZoneRule"}, 21 {4, &ITimeZoneService::LoadTimeZoneRule, "LoadTimeZoneRule"},
22 {5, nullptr, "GetTimeZoneRuleVersion"}, 22 {5, nullptr, "GetTimeZoneRuleVersion"},
23 {6, nullptr, "GetDeviceLocationNameAndUpdatedTime"},
23 {100, &ITimeZoneService::ToCalendarTime, "ToCalendarTime"}, 24 {100, &ITimeZoneService::ToCalendarTime, "ToCalendarTime"},
24 {101, &ITimeZoneService::ToCalendarTimeWithMyRule, "ToCalendarTimeWithMyRule"}, 25 {101, &ITimeZoneService::ToCalendarTimeWithMyRule, "ToCalendarTimeWithMyRule"},
25 {201, &ITimeZoneService::ToPosixTime, "ToPosixTime"}, 26 {201, &ITimeZoneService::ToPosixTime, "ToPosixTime"},