aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.HLE/HOS/Services/BluetoothManager/IBtmDebug.cs
blob: 43a6ccc6c12bd297662ea125ede97c29b5979989 (plain) (blame)
1
2
3
4
5
6
7
8
namespace Ryujinx.HLE.HOS.Services.BluetoothManager
{
    [Service("btm:dbg")]
    class IBtmDebug : IpcService
    {
        public IBtmDebug(ServiceCtx context) { }
    }
}