Ryujinx/Ryujinx.HLE/HOS/Services/Ns/ISystemUpdateInterface.cs

8 lines
184 B
C#

namespace Ryujinx.HLE.HOS.Services.Ns
{
[Service("ns:su")]
class ISystemUpdateInterface : IpcService
{
public ISystemUpdateInterface(ServiceCtx context) { }
}
}