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