2019-11-03 18:26:29 +01:00
|
|
|
|
namespace Ryujinx.HLE.HOS.Services.Nim
|
2019-09-19 02:45:11 +02:00
|
|
|
|
{
|
|
|
|
|
[Service("nim:ecas")] // 7.0.0+
|
|
|
|
|
class IShopServiceAccessSystemInterface : IpcService
|
|
|
|
|
{
|
|
|
|
|
public IShopServiceAccessSystemInterface(ServiceCtx context) { }
|
|
|
|
|
}
|
|
|
|
|
}
|