aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/HOS/Services/BluetoothManager/IBtmUser.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.HLE/HOS/Services/BluetoothManager/IBtmUser.cs')
-rw-r--r--Ryujinx.HLE/HOS/Services/BluetoothManager/IBtmUser.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Ryujinx.HLE/HOS/Services/BluetoothManager/IBtmUser.cs b/Ryujinx.HLE/HOS/Services/BluetoothManager/IBtmUser.cs
index b704b51c..8b74b8b4 100644
--- a/Ryujinx.HLE/HOS/Services/BluetoothManager/IBtmUser.cs
+++ b/Ryujinx.HLE/HOS/Services/BluetoothManager/IBtmUser.cs
@@ -7,7 +7,7 @@ namespace Ryujinx.HLE.HOS.Services.BluetoothManager
{
public IBtmUser(ServiceCtx context) { }
- [Command(0)] // 5.0.0+
+ [CommandHipc(0)] // 5.0.0+
// GetCore() -> object<nn::btm::IBtmUserCore>
public ResultCode GetCore(ServiceCtx context)
{