Move solution and projects to src
This commit is contained in:
12
src/Ryujinx.HLE/HOS/Services/DummyService.cs
Normal file
12
src/Ryujinx.HLE/HOS/Services/DummyService.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace Ryujinx.HLE.HOS.Services
|
||||
{
|
||||
class DummyService : IpcService
|
||||
{
|
||||
public string ServiceName { get; set; }
|
||||
|
||||
public DummyService(string serviceName)
|
||||
{
|
||||
ServiceName = serviceName;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user