aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.HLE/HOS/Services/BluetoothManager/IBtmDebug.cs
blob: 20e2b04e49169c073b1800f457d43cc39ba48ffe (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) { }
    }
}