aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.HLE/HOS/Services/Nim/IShopServiceAsync.cs
blob: 225b9a7049a70888c1f750a01129e8b3a3a3ec51 (plain) (blame)
1
2
3
4
5
6
7
namespace Ryujinx.HLE.HOS.Services.Nim.ShopServiceAccessServerInterface.ShopServiceAccessServer.ShopServiceAccessor
{
    class IShopServiceAsync : IpcService
    {
        public IShopServiceAsync() { }
    }
}