diff options
Diffstat (limited to 'Ryujinx.HLE/HOS/Services/Bluetooth/IBluetoothDriver.cs')
-rw-r--r-- | Ryujinx.HLE/HOS/Services/Bluetooth/IBluetoothDriver.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ryujinx.HLE/HOS/Services/Bluetooth/IBluetoothDriver.cs b/Ryujinx.HLE/HOS/Services/Bluetooth/IBluetoothDriver.cs index 2011e2ab..5ce43495 100644 --- a/Ryujinx.HLE/HOS/Services/Bluetooth/IBluetoothDriver.cs +++ b/Ryujinx.HLE/HOS/Services/Bluetooth/IBluetoothDriver.cs @@ -16,7 +16,7 @@ namespace Ryujinx.HLE.HOS.Services.Bluetooth public IBluetoothDriver(ServiceCtx context) { } - [Command(46)] + [CommandHipc(46)] // InitializeBluetoothLe() -> handle<copy> public ResultCode InitializeBluetoothLe(ServiceCtx context) { |