aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.HLE/HOS/Services/Ns/ISystemUpdateInterface.cs
blob: 84ed3d0f01926bd25638f305f761ea99beefc797 (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) { }
    }
}