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