blob: dfec2efd201b8ede3e4d02e3d24f717596ef988a (
plain) (
blame)
1
2
3
4
5
6
7
8
|
namespace Ryujinx.HLE.HOS.Services.Nim
{
[Service("nim:ecas")] // 7.0.0+
class IShopServiceAccessSystemInterface : IpcService
{
public IShopServiceAccessSystemInterface(ServiceCtx context) { }
}
}
|