aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.HLE/HOS/Services/Pcie/IManager.cs
blob: 42e480355ae23e7f9ece7e9b16e61df137f7e885 (plain) (blame)
1
2
3
4
5
6
7
8
namespace Ryujinx.HLE.HOS.Services.Pcie
{
    [Service("pcie")]
    class IManager : IpcService
    {
        public IManager(ServiceCtx context) { }
    }
}