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