ryubing/Ryujinx.HLE/HOS/Services/Nim/IShopServiceAccessServerInt...

8 lines
222 B
C#

namespace Ryujinx.HLE.HOS.Services.Nim
{
[Service("nim:eca")] // 5.0.0+
class IShopServiceAccessServerInterface : IpcService
{
public IShopServiceAccessServerInterface(ServiceCtx context) { }
}
}