aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/HOS/Services/Sdb/Mii/IStaticService.cs
blob: 6c156d94217ceb96ef77ec61e5211ca70256fd43 (plain) (blame)
1
2
3
4
5
6
7
8
9
namespace Ryujinx.HLE.HOS.Services.Sdb.Mii
{
    [Service("mii:e")]
    [Service("mii:u")]
    class IStaticService : IpcService
    {
        public IStaticService(ServiceCtx context) { }
    }
}