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

8 lines
184 B
C#
Raw Normal View History

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