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