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