aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.HLE/HOS/Services/Nim/IShopServiceManager.cs
blob: 8f2e0703af16d89913efc1d8cc368911e13cef82 (plain) (blame)
1
2
3
4
5
6
7
8
namespace Ryujinx.HLE.HOS.Services.Nim
{
    [Service("nim:shp")]
    class IShopServiceManager : IpcService
    {
        public IShopServiceManager(ServiceCtx context) { }
    }
}