From 20c976ff2a6c4fb59d3bde1efe149251a523e31a Mon Sep 17 00:00:00 2001 From: Lioncash Date: Tue, 7 Aug 2018 03:18:03 -0400 Subject: service/time: Amend command IDs of ToPosixTime() and ToPosixTimeWithMyRule() Updates the ID of these based off the information on Switch Brew. --- src/core/hle/service/time/time.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/core') diff --git a/src/core/hle/service/time/time.cpp b/src/core/hle/service/time/time.cpp index 37b58bb77..2172c681b 100644 --- a/src/core/hle/service/time/time.cpp +++ b/src/core/hle/service/time/time.cpp @@ -80,8 +80,8 @@ public: {5, nullptr, "GetTimeZoneRuleVersion"}, {100, &ITimeZoneService::ToCalendarTime, "ToCalendarTime"}, {101, &ITimeZoneService::ToCalendarTimeWithMyRule, "ToCalendarTimeWithMyRule"}, - {200, nullptr, "ToPosixTime"}, - {201, nullptr, "ToPosixTimeWithMyRule"}, + {201, nullptr, "ToPosixTime"}, + {202, nullptr, "ToPosixTimeWithMyRule"}, }; RegisterHandlers(functions); } -- cgit v1.2.3