aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.HLE/HOS/Services/Ns/ISystemUpdateInterface.cs
blob: 1108778c34eacac88065b2eb7e0fc0681067f4e7 (plain) (blame)
1
2
3
4
5
6
7
8
namespace Ryujinx.HLE.HOS.Services.Ns
{
    [Service("ns:su")]
    class ISystemUpdateInterface : IpcService
    {
        public ISystemUpdateInterface(ServiceCtx context) { }
    }
}