aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.HLE/HOS/Services/Nim/IShopServiceAccessSystemInterface.cs
blob: a57677aed726140920b20df7e5ed29d0b54bd67c (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) { }
    }
}