mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-06-06 20:39:19 +00:00
9 lines
158 B
C#
9 lines
158 B
C#
namespace Ryujinx.HLE.HOS.Services.Pcie
|
|
{
|
|
[Service("pcie")]
|
|
class IManager : IpcService
|
|
{
|
|
public IManager(ServiceCtx context) { }
|
|
}
|
|
}
|