Ryujinx/Ryujinx.HLE/HOS/Services/BluetoothManager/IBtmDebug.cs

8 lines
177 B
C#

namespace Ryujinx.HLE.HOS.Services.BluetoothManager
{
[Service("btm:dbg")]
class IBtmDebug : IpcService
{
public IBtmDebug(ServiceCtx context) { }
}
}