mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-07 08:22:33 -07:00
Implement many objects, improve logging. (#42)
* Implement many objects, improve logging. Change and rename folders of Services Add Logging of IpcMessage. Add "lm" Log Service. Parse Errors of SetTerminateResult Add Svc Calls. Add many object implementations. * Corrections Forgotten Debug Conf * Corrections 2 * Corrections 3 * Corrections 4
This commit is contained in:
10
Ryujinx.Core/OsHle/Services/IIpcService.cs
Normal file
10
Ryujinx.Core/OsHle/Services/IIpcService.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using Ryujinx.Core.OsHle.Ipc;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Ryujinx.Core.OsHle.IpcServices
|
||||
{
|
||||
interface IIpcService
|
||||
{
|
||||
IReadOnlyDictionary<int, ServiceProcessRequest> Commands { get; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user