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