aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/set/set_cal.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2020-04-20 15:18:23 -0400
committerLioncash <mathew1800@gmail.com>2020-04-20 15:53:49 -0400
commit99eaa2e6f2e04a761e2bc3f92b071352ec88a71f (patch)
treea15750e52535143b26232198090829b0262bf3e6 /src/core/hle/service/set/set_cal.cpp
parent200f69d2ffa11bb902c2d9cabb49027f4781fe11 (diff)
service: Update function tables
Keeps the service function tables up to date. Updated based off information on SwitchBrew.
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, 2 insertions, 0 deletions
diff --git a/src/core/hle/service/set/set_cal.cpp b/src/core/hle/service/set/set_cal.cpp
index 1398a4a48..3fbfecc9e 100644
--- a/src/core/hle/service/set/set_cal.cpp
+++ b/src/core/hle/service/set/set_cal.cpp
@@ -50,6 +50,8 @@ SET_CAL::SET_CAL() : ServiceFramework("set:cal") {
{39, nullptr, "GetConsoleSixAxisSensorModuleType"},
{40, nullptr, "GetConsoleSixAxisSensorHorizontalOffset"},
{41, nullptr, "GetBatteryVersion"},
+ {42, nullptr, "GetDeviceId"},
+ {43, nullptr, "GetConsoleSixAxisSensorMountType"},
};
// clang-format on