aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/btdrv/btdrv.cpp
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2019-04-15 21:46:15 -0400
committerGitHub <noreply@github.com>2019-04-15 21:46:15 -0400
commit9186f76b07309cb87dfffd19741d9d8c82752e33 (patch)
treefbd166664700e2ede800df1a3574872cd0e1578b /src/core/hle/service/btdrv/btdrv.cpp
parentfc64156533488e73b814c00bb42b5b6079ac8fa8 (diff)
parentca96dc46767afcc6f6d9eedf68938c0a948cfecf (diff)
Merge pull request #2382 from lioncash/table
service: Update service function tables
Diffstat (limited to 'src/core/hle/service/btdrv/btdrv.cpp')
-rw-r--r--src/core/hle/service/btdrv/btdrv.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/hle/service/btdrv/btdrv.cpp b/src/core/hle/service/btdrv/btdrv.cpp
index 59ef603e1..974ff8e1a 100644
--- a/src/core/hle/service/btdrv/btdrv.cpp
+++ b/src/core/hle/service/btdrv/btdrv.cpp
@@ -154,7 +154,8 @@ public:
{96, nullptr, "GetLeHidEventInfo"},
{97, nullptr, "RegisterBleHidEvent"},
{98, nullptr, "SetLeScanParameter"},
- {256, nullptr, "GetIsManufacturingMode"}
+ {256, nullptr, "GetIsManufacturingMode"},
+ {257, nullptr, "EmulateBluetoothCrash"},
};
// clang-format on