Преглед изворни кода

Merge pull request #953 from lioncash/time

service/time: Amend command IDs of ToPosixTime() and ToPosixTimeWithMyRule()
bunnei пре 8 година
родитељ
комит
97c6f984dc
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      src/core/hle/service/time/time.cpp

+ 2 - 2
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);
     }