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