aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.HLE/HOS/Services/Nim/INetworkInstallManager.cs
blob: ad79ca0de130ecfddbfd954e1e06bcd093332b62 (plain) (blame)
1
2
3
4
5
6
7
8
namespace Ryujinx.HLE.HOS.Services.Nim
{
    [Service("nim")]
    class INetworkInstallManager : IpcService
    {
        public INetworkInstallManager(ServiceCtx context) { }
    }
}