diff options
Diffstat (limited to 'src/Ryujinx.HLE/HOS/Services/Nim/IShopServiceAsync.cs')
| -rw-r--r-- | src/Ryujinx.HLE/HOS/Services/Nim/IShopServiceAsync.cs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/Ryujinx.HLE/HOS/Services/Nim/IShopServiceAsync.cs b/src/Ryujinx.HLE/HOS/Services/Nim/IShopServiceAsync.cs new file mode 100644 index 00000000..81d892c5 --- /dev/null +++ b/src/Ryujinx.HLE/HOS/Services/Nim/IShopServiceAsync.cs @@ -0,0 +1,7 @@ +namespace Ryujinx.HLE.HOS.Services.Nim.ShopServiceAccessServerInterface.ShopServiceAccessServer.ShopServiceAccessor +{ + class IShopServiceAsync : IpcService + { + public IShopServiceAsync() { } + } +}
\ No newline at end of file |
