diff options
author | Morph <39850852+Morph1984@users.noreply.github.com> | 2021-04-07 16:30:59 +0200 |
---|---|---|
committer | Morph <39850852+Morph1984@users.noreply.github.com> | 2021-04-09 06:49:46 +0200 |
commit | 5ec2fdceca23026513ea698773d50acd20a63940 (patch) | |
tree | 2542abf3efdf5d296d521f761d834fe9d326ad70 /src | |
parent | btdrv: Update to 12.x (diff) | |
download | yuzu-5ec2fdceca23026513ea698773d50acd20a63940.tar yuzu-5ec2fdceca23026513ea698773d50acd20a63940.tar.gz yuzu-5ec2fdceca23026513ea698773d50acd20a63940.tar.bz2 yuzu-5ec2fdceca23026513ea698773d50acd20a63940.tar.lz yuzu-5ec2fdceca23026513ea698773d50acd20a63940.tar.xz yuzu-5ec2fdceca23026513ea698773d50acd20a63940.tar.zst yuzu-5ec2fdceca23026513ea698773d50acd20a63940.zip |
Diffstat (limited to '')
-rw-r--r-- | src/core/hle/service/btm/btm.cpp | 1 |
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: {10, nullptr, "GetGattClientDisconnectionReason"}, {11, nullptr, "GetBleConnectionParameter"}, {12, nullptr, "GetBleConnectionParameterRequest"}, + {13, nullptr, "Unknown13"}, }; // clang-format on |