IBtmSystem.cs
1 namespace Ryujinx.HLE.HOS.Services.BluetoothManager 2 { 3 [Service("btm:sys")] 4 class IBtmSystem : IpcService 5 { 6 public IBtmSystem(ServiceCtx context) { } 7 } 8 }
1 namespace Ryujinx.HLE.HOS.Services.BluetoothManager 2 { 3 [Service("btm:sys")] 4 class IBtmSystem : IpcService 5 { 6 public IBtmSystem(ServiceCtx context) { } 7 } 8 }