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