summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/set/set_cal.cpp
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2019-04-16 03:46:15 +0200
committerGitHub <noreply@github.com>2019-04-16 03:46:15 +0200
commit9186f76b07309cb87dfffd19741d9d8c82752e33 (patch)
treefbd166664700e2ede800df1a3574872cd0e1578b /src/core/hle/service/set/set_cal.cpp
parentMerge pull request #2393 from lioncash/svc (diff)
parentservice: Update service function tables (diff)
downloadyuzu-9186f76b07309cb87dfffd19741d9d8c82752e33.tar
yuzu-9186f76b07309cb87dfffd19741d9d8c82752e33.tar.gz
yuzu-9186f76b07309cb87dfffd19741d9d8c82752e33.tar.bz2
yuzu-9186f76b07309cb87dfffd19741d9d8c82752e33.tar.lz
yuzu-9186f76b07309cb87dfffd19741d9d8c82752e33.tar.xz
yuzu-9186f76b07309cb87dfffd19741d9d8c82752e33.tar.zst
yuzu-9186f76b07309cb87dfffd19741d9d8c82752e33.zip
Diffstat (limited to 'src/core/hle/service/set/set_cal.cpp')
-rw-r--r--src/core/hle/service/set/set_cal.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/set/set_cal.cpp b/src/core/hle/service/set/set_cal.cpp
index 34654bb07..5981c575c 100644
--- a/src/core/hle/service/set/set_cal.cpp
+++ b/src/core/hle/service/set/set_cal.cpp
@@ -40,7 +40,7 @@ SET_CAL::SET_CAL() : ServiceFramework("set:cal") {
{30, nullptr, "GetAmiiboEcqvBlsCertificate"},
{31, nullptr, "GetAmiiboEcqvBlsRootCertificate"},
{32, nullptr, "GetUsbTypeCPowerSourceCircuitVersion"},
- {33, nullptr, "GetBatteryVersion"},
+ {41, nullptr, "GetBatteryVersion"},
};
RegisterHandlers(functions);
}