aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.HLE/HOS/Services/Settings/IFactorySettingsServer.cs
blob: aceb28c1f4e76a87613113d6f4b8919472613874 (plain) (blame)
1
2
3
4
5
6
7
8
namespace Ryujinx.HLE.HOS.Services.Am.Tcap
{
    [Service("set:cal")]
    class IFactorySettingsServer : IpcService
    {
        public IFactorySettingsServer(ServiceCtx context) { }
    }
}