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