blob: 9be84393fc198b63272bccad5f93462dab8e74c5 (
plain)
1
2
3
4
5
6
7
8
|
namespace Ryujinx.HLE.HOS.Services.Nim
{
[Service("nim:eca")] // 5.0.0+
class IShopServiceAccessServerInterface : IpcService
{
public IShopServiceAccessServerInterface(ServiceCtx context) { }
}
}
|