blob: bf201b988fde1baa0f1ddae3c4c934784ccf4ba7 (
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) { }
}
}
|