mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-05-18 11:15:48 +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) { }
|
|
}
|
|
}
|