aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.HLE/HOS/Services/Pcie/IManager.cs
blob: 0450a1ca49c63e70ce9dbf2341cc21bc6ecc511b (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) { }
    }
}