diff options
| author | Lioncash <mathew1800@gmail.com> | 2019-04-10 14:48:37 -0400 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2019-04-11 02:47:00 -0400 |
| commit | ca96dc46767afcc6f6d9eedf68938c0a948cfecf (patch) | |
| tree | 280b50ba4626e7e437ae1f560cf2b4effb3650c9 /src/core/hle/service/btdrv/btdrv.cpp | |
| parent | 2598433f9ca5b1c03d7ed69d8a71a65c2ea0d40f (diff) | |
service: Update service function tables
Updates function tables based off information from SwitchBrew.
Diffstat (limited to 'src/core/hle/service/btdrv/btdrv.cpp')
| -rw-r--r-- | src/core/hle/service/btdrv/btdrv.cpp | 3 |
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 |
