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