mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-07-02 09:09:08 +00:00
Move solution and projects to src
This commit is contained in:
7
src/Ryujinx.HLE/HOS/Services/Nim/IShopServiceAsync.cs
Normal file
7
src/Ryujinx.HLE/HOS/Services/Nim/IShopServiceAsync.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace Ryujinx.HLE.HOS.Services.Nim.ShopServiceAccessServerInterface.ShopServiceAccessServer.ShopServiceAccessor
|
||||
{
|
||||
class IShopServiceAsync : IpcService
|
||||
{
|
||||
public IShopServiceAsync() { }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user