mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-05-08 06:15:48 +00:00
9 lines
168 B
C#
9 lines
168 B
C#
namespace Ryujinx.HLE.HOS.Services.Pcie
|
|
{
|
|
[Service("pcie:log")]
|
|
class ILogManager : IpcService
|
|
{
|
|
public ILogManager(ServiceCtx context) { }
|
|
}
|
|
}
|