IBtmSystem.cs 179 B

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