summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Morph2021-04-07 10:30:59 -0400
committerGravatar Morph2021-04-09 00:49:46 -0400
commit5ec2fdceca23026513ea698773d50acd20a63940 (patch)
tree2542abf3efdf5d296d521f761d834fe9d326ad70
parentbtdrv: Update to 12.x (diff)
downloadyuzu-5ec2fdceca23026513ea698773d50acd20a63940.tar.gz
yuzu-5ec2fdceca23026513ea698773d50acd20a63940.tar.xz
yuzu-5ec2fdceca23026513ea698773d50acd20a63940.zip
btm: Update to 12.x
-rw-r--r--src/core/hle/service/btm/btm.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/btm/btm.cpp b/src/core/hle/service/btm/btm.cpp
index 9cf2ee92a..d1ebc2388 100644
--- a/src/core/hle/service/btm/btm.cpp
+++ b/src/core/hle/service/btm/btm.cpp
@@ -223,6 +223,7 @@ public:
223 {10, nullptr, "GetGattClientDisconnectionReason"}, 223 {10, nullptr, "GetGattClientDisconnectionReason"},
224 {11, nullptr, "GetBleConnectionParameter"}, 224 {11, nullptr, "GetBleConnectionParameter"},
225 {12, nullptr, "GetBleConnectionParameterRequest"}, 225 {12, nullptr, "GetBleConnectionParameterRequest"},
226 {13, nullptr, "Unknown13"},
226 }; 227 };
227 // clang-format on 228 // clang-format on
228 229