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