2018-08-16 20:47:36 -03:00
|
|
|
namespace Ryujinx.HLE.HOS.Services.Ns
|
2018-04-21 23:04:43 +00:00
|
|
|
{
|
2019-07-10 17:59:54 +02:00
|
|
|
[Service("ns:su")]
|
2018-04-21 23:04:43 +00:00
|
|
|
class ISystemUpdateInterface : IpcService
|
|
|
|
{
|
2019-07-12 03:13:43 +02:00
|
|
|
public ISystemUpdateInterface(ServiceCtx context) { }
|
2018-04-21 23:04:43 +00:00
|
|
|
}
|
|
|
|
}
|