Browse Source

set_cal: Update service function table

Updated based on information from Switchbrew.
Lioncash 7 years ago
parent
commit
a056b284cf
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/core/hle/service/set/set_cal.cpp

+ 2 - 1
src/core/hle/service/set/set_cal.cpp

@@ -39,7 +39,8 @@ SET_CAL::SET_CAL() : ServiceFramework("set:cal") {
         {29, nullptr, "GetAmiiboEcqvBlsKey"},
         {29, nullptr, "GetAmiiboEcqvBlsKey"},
         {30, nullptr, "GetAmiiboEcqvBlsCertificate"},
         {30, nullptr, "GetAmiiboEcqvBlsCertificate"},
         {31, nullptr, "GetAmiiboEcqvBlsRootCertificate"},
         {31, nullptr, "GetAmiiboEcqvBlsRootCertificate"},
-        {32, nullptr, "GetUnknownId"},
+        {32, nullptr, "GetUsbTypeCPowerSourceCircuitVersion"},
+        {33, nullptr, "GetBatteryVersion"},
     };
     };
     RegisterHandlers(functions);
     RegisterHandlers(functions);
 }
 }