aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.HLE/HOS/Services/Pcv/Bpc/IBoardPowerControlManager.cs
blob: 7d0222d551c6165a31128ef88095ce8c820937a2 (plain) (blame)
1
2
3
4
5
6
7
8
namespace Ryujinx.HLE.HOS.Services.Pcv.Bpc
{
    [Service("bpc")]
    class IBoardPowerControlManager : IpcService
    {
        public IBoardPowerControlManager(ServiceCtx context) { }
    }
}